mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-20 02:38:21 -04:00
change default behaviour to avoid a breaking change
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
1 parent
0e680f31e4
commit
f4b673a4e0
1 file changed
+3
@@ -44,6 +44,9 @@ func DefaultConfig() *config.Config {
|
||||
Nodes: []string{"127.0.0.1:9233"},
|
||||
TTL: time.Hour * 12,
|
||||
},
|
||||
API: config.API{
|
||||
ShowUserEmailInResults: true,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user