Fix config issue

This commit is contained in:
Till Faelligen 2022-03-18 19:02:57 +01:00
parent 444660c7bc
commit 6ff9b7ddce

View file

@ -99,7 +99,7 @@ func main() {
} }
} }
b := base.NewBaseDendrite(cfg, "create-account") b := base.NewBaseDendrite(cfg, "Monolith")
accountDB := b.CreateAccountsDB() accountDB := b.CreateAccountsDB()
accType := api.AccountTypeUser accType := api.AccountTypeUser