fix: make core.db.name required
This commit is contained in:
parent
cd7790834b
commit
539d5ead65
|
@ -48,6 +48,7 @@ func initCheckRequiredConfig(p interfaces.Portal) error {
|
|||
"core.db.username",
|
||||
"core.db.password",
|
||||
"core.db.host",
|
||||
"core.db.name",
|
||||
}
|
||||
|
||||
for _, key := range required {
|
||||
|
|
Loading…
Reference in New Issue