change default behaviour to avoid a breaking change

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2024-04-04 16:34:15 +02:00
parent 0e680f31e4
commit f4b673a4e0

View File

@@ -44,6 +44,9 @@ func DefaultConfig() *config.Config {
Nodes: []string{"127.0.0.1:9233"},
TTL: time.Hour * 12,
},
API: config.API{
ShowUserEmailInResults: true,
},
}
}