This commit is contained in:
Alireza Ahmadi
2023-12-10 15:06:42 +01:00
parent 848e549c0c
commit e1da2a2eed
7 changed files with 132 additions and 77 deletions

View File

@@ -3,7 +3,7 @@ class AllSetting {
constructor(data) {
this.webListen = "";
this.webDomain = "";
this.webPort = 54321;
this.webPort = 2053;
this.webCertFile = "";
this.webKeyFile = "";
this.webBasePath = "/";
@@ -19,7 +19,9 @@ class AllSetting {
this.tgBotBackup = false;
this.tgBotLoginNotify = false;
this.tgCpu = "";
this.tgLang = "";
this.tgLang = "en-US";
this.xrayTemplateConfig = "";
this.secretEnable = false;
this.subEnable = false;
this.subListen = "";
this.subPort = "2096";