Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/service/setting.go')
-rw-r--r--web/service/setting.go4
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 {