adjust accounts flagset, replace new with defaultconfig

This commit is contained in:
A.Unger
2021-11-02 11:29:52 +01:00
parent 20b6d0a635
commit 7ca93450a2
4 changed files with 246 additions and 249 deletions
+1 -1
View File
@@ -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(),