mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-17 04:30:57 +01:00
fix error handling
This commit is contained in:
@@ -62,10 +62,10 @@ type Config struct {
|
||||
Network string
|
||||
|
||||
// only settable via config
|
||||
Apicontexts []Apicontext `koanf:"apicontext"`
|
||||
Apicontexts []Apicontext `koanf:"apicontexts"`
|
||||
|
||||
// smtp settings
|
||||
Mail Mailsettings `koanf:mail`
|
||||
Mail Mailsettings `koanf:"mail"`
|
||||
|
||||
// Internals only
|
||||
RegNormalizedFilename *regexp.Regexp
|
||||
|
||||
Reference in New Issue
Block a user