Browse Source

Fixed Typo

pull/3696/head
Flare 8 years ago
parent
commit
a4e434b389
No known key found for this signature in database
GPG Key ID: 762EE3D369C1A772
  1. 2
      modules/setting/setting.go

2
modules/setting/setting.go

@ -481,7 +481,7 @@ func NewContext() {
RunUser = Cfg.Section("").Key("RUN_USER").String()
switch mode := Cfg.Section("").Key("RUN_USER").String(); mode {
switch mode := Cfg.Section("").Key("RUN_MODE").String(); mode {
case "prod":
ProdMode = true
case "dev":

Loading…
Cancel
Save