diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 15:31:02 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-26 15:37:02 +0300 |
| commit | 8489f5f528ea77fec9d6c2102251da9d16e95780 (patch) | |
| tree | 32fa945019959d109a2a7ba5663435a0506c4d68 /web/service | |
| parent | 872974910cc2ba7b736b2a78229eaed8ab9e62b3 (diff) | |
some changes
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/service')
| -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 { |
