fix: add db config to required config
This commit is contained in:
parent
3a44305c44
commit
b9fab1a4b5
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue