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