fix: make core.sia.url and core.sia.key required
This commit is contained in:
parent
7ef2f819a8
commit
a16bcc788d
|
@ -107,10 +107,11 @@ func (p *PortalImpl) getInitFuncs() []func() error {
|
|||
return nil
|
||||
},
|
||||
func() error {
|
||||
|
||||
required := []string{
|
||||
"core.domain",
|
||||
"core.port",
|
||||
"core.sia.url",
|
||||
"core.sia.key",
|
||||
}
|
||||
|
||||
for _, key := range required {
|
||||
|
|
Loading…
Reference in New Issue