We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48abf71 commit 8e645d9Copy full SHA for 8e645d9
core/init/viper/viper.go
@@ -88,8 +88,8 @@ func Init() {
88
89
global.CONF = serverConfig
90
global.CONF.Base.InstallDir = baseDir
91
- global.CONF.Base.IsDemo = v.GetBool("system.is_demo")
92
- global.CONF.Base.IsIntl = v.GetBool("system.is_intl")
+ global.CONF.Base.IsDemo = v.GetBool("base.is_demo")
+ global.CONF.Base.IsIntl = v.GetBool("base.is_intl")
93
global.CONF.Base.Version = version
94
global.CONF.Base.Username = username
95
global.CONF.Base.Password = password
0 commit comments