Add debugging flag

This also includes a new Dev config options
This commit is contained in:
Matt Baer
2018-11-07 22:13:16 -05:00
parent 59ea5da521
commit a3b7b260c5
2 changed files with 11 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ const (
type (
ServerCfg struct {
Port int `ini:"port"`
Dev bool `ini:"-"`
}
DatabaseCfg struct {