Add debugging flag
This also includes a new Dev config options
This commit is contained in:
@@ -11,6 +11,8 @@ const (
|
||||
type (
|
||||
ServerCfg struct {
|
||||
Port int `ini:"port"`
|
||||
|
||||
Dev bool `ini:"-"`
|
||||
}
|
||||
|
||||
DatabaseCfg struct {
|
||||
|
Reference in New Issue
Block a user