mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
feat(core/cli): change analytics flag message (#4273)
* feat(cli): remove no-analytics flag default value * feat(cli): hide no-analytics deprecation message when it's false
This commit is contained in:
parent
787cf41ee3
commit
eb0278d230
3 changed files with 3 additions and 5 deletions
|
@ -8,7 +8,6 @@ const (
|
|||
defaultTunnelServerPort = "8000"
|
||||
defaultDataDirectory = "/data"
|
||||
defaultAssetsDirectory = "./"
|
||||
defaultNoAnalytics = "false"
|
||||
defaultTLS = "false"
|
||||
defaultTLSSkipVerify = "false"
|
||||
defaultTLSCACertPath = "/certs/ca.pem"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue