diff options
Diffstat (limited to 'web/service/setting.go')
| -rw-r--r-- | web/service/setting.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/service/setting.go b/web/service/setting.go index 585e60c7..6f38f1ef 100644 --- a/web/service/setting.go +++ b/web/service/setting.go @@ -39,7 +39,7 @@ var defaultValueMap = map[string]string{ "tgBotChatId": "", "tgRunTime": "@daily", "tgBotBackup": "false", - "tgBotLoginNotify": "false", + "tgBotLoginNotify": "true", "tgCpu": "0", "tgLang": "en-US", "secretEnable": "false", @@ -51,7 +51,7 @@ var defaultValueMap = map[string]string{ "subCertFile": "", "subKeyFile": "", "subUpdates": "12", - "subShowInfo": "false", + "subShowInfo": "true", } type SettingService struct { |
