fix: make core.db.name required

This commit is contained in:
Derrick Hammer 2024-01-15 23:59:58 -05:00
parent cd7790834b
commit 539d5ead65
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ func initCheckRequiredConfig(p interfaces.Portal) error {
"core.db.username", "core.db.username",
"core.db.password", "core.db.password",
"core.db.host", "core.db.host",
"core.db.name",
} }
for _, key := range required { for _, key := range required {