|
|
@ -15,7 +15,7 @@ var (
|
|
|
|
|
|
|
|
|
|
|
|
ServerSetting *ServerSettingS
|
|
|
|
ServerSetting *ServerSettingS
|
|
|
|
AppSetting *AppSettingS
|
|
|
|
AppSetting *AppSettingS
|
|
|
|
CacheIndexSetting *CacheIndexSettingS
|
|
|
|
SimpleCacheIndexSetting *SimpleCacheIndexSettingS
|
|
|
|
SmsJuheSetting *SmsJuheSettings
|
|
|
|
SmsJuheSetting *SmsJuheSettings
|
|
|
|
AlipaySetting *AlipaySettingS
|
|
|
|
AlipaySetting *AlipaySettingS
|
|
|
|
ZincSetting *ZincSettingS
|
|
|
|
ZincSetting *ZincSettingS
|
|
|
@ -43,7 +43,7 @@ func setupSetting(suite []string, noDefault bool) error {
|
|
|
|
objects := map[string]interface{}{
|
|
|
|
objects := map[string]interface{}{
|
|
|
|
"App": &AppSetting,
|
|
|
|
"App": &AppSetting,
|
|
|
|
"Server": &ServerSetting,
|
|
|
|
"Server": &ServerSetting,
|
|
|
|
"CacheIndex": &CacheIndexSetting,
|
|
|
|
"SimpleCacheIndex": &SimpleCacheIndexSetting,
|
|
|
|
"Alipay": &AlipaySetting,
|
|
|
|
"Alipay": &AlipaySetting,
|
|
|
|
"SmsJuhe": &SmsJuheSetting,
|
|
|
|
"SmsJuhe": &SmsJuheSetting,
|
|
|
|
"LoggerFile": &loggerFileSetting,
|
|
|
|
"LoggerFile": &loggerFileSetting,
|
|
|
|