Static serve
This commit is contained in:
@ -19,6 +19,7 @@ type configStruct struct {
|
||||
DisableSendMail bool `yaml:"disableSendMail"`
|
||||
IsProduction bool `yaml:"isProduction"`
|
||||
LoopDelay uint32 `yaml:"loopDelay"`
|
||||
StaticDir string `yaml:"staticDir"`
|
||||
} `yaml:"application"`
|
||||
Database struct {
|
||||
Host string `yaml:"host"`
|
||||
|
||||
Reference in New Issue
Block a user