mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
feat(analytis): EnableTelemetry
defaults to false
(#7539)
This commit is contained in:
parent
ad8054ac1f
commit
4c98fcd7db
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ func (store *Store) checkOrCreateDefaultSettings() error {
|
|||
settings, err := store.SettingsService.Settings()
|
||||
if store.IsErrObjectNotFound(err) {
|
||||
defaultSettings := &portainer.Settings{
|
||||
EnableTelemetry: true,
|
||||
EnableTelemetry: false,
|
||||
AuthenticationMethod: portainer.AuthenticationInternal,
|
||||
BlackListedLabels: make([]portainer.Pair, 0),
|
||||
InternalAuthSettings: portainer.InternalAuthSettings{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue