mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-23 13:30:14 -05:00
change default behaviour to avoid a breaking change
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
@@ -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