mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-02 16:59:56 -05:00
adjust accounts flagset, replace new with defaultconfig
This commit is contained in:
@@ -86,7 +86,7 @@ type Config struct {
|
||||
// New initializes a new configuration with or without defaults.
|
||||
func New() *Config {
|
||||
return &Config{
|
||||
Accounts: accounts.New(),
|
||||
Accounts: accounts.DefaultConfig(),
|
||||
GLAuth: glauth.New(),
|
||||
Graph: graph.New(),
|
||||
GraphExplorer: graphExplorer.New(),
|
||||
|
||||
Reference in New Issue
Block a user