fix: add db config to required config

This commit is contained in:
Derrick Hammer 2024-01-15 21:00:08 -05:00
parent 3a44305c44
commit b9fab1a4b5
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ func initCheckRequiredConfig(p interfaces.Portal) error {
"core.port",
"core.sia.url",
"core.sia.key",
"core.db.username",
"core.db.password",
"core.db.host",
}
for _, key := range required {