mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
Update setting.js
This commit is contained in:
parent
55dddcc447
commit
ec11f99f59
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ class AllSetting {
|
||||||
constructor(data) {
|
constructor(data) {
|
||||||
this.webListen = "";
|
this.webListen = "";
|
||||||
this.webDomain = "";
|
this.webDomain = "";
|
||||||
this.webPort = 2053;
|
this.webPort = 443;
|
||||||
this.webCertFile = "";
|
this.webCertFile = "";
|
||||||
this.webKeyFile = "";
|
this.webKeyFile = "";
|
||||||
this.webBasePath = "/";
|
this.webBasePath = "/";
|
||||||
|
|
@ -89,4 +89,4 @@ class AllSetting {
|
||||||
equals(other) {
|
equals(other) {
|
||||||
return ObjectUtil.equals(this, other);
|
return ObjectUtil.equals(this, other);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue