AgentInviteCodes in wrong section
Move `AgentInviteCodes` from settings section to domain(s) section
dnutan committed
May 1, 2020 at 21:36 UTC
714780aae56e2f8c128f6c94fd953d5b43f7cc31
1 file changed
+1
-1
sample-config.json
+1
-1
@@ -27,7 +27,6 @@
27
"_ExactPorts": true,
28
"_AllowLoginToken": true,
29
"_AllowFraming": true,
30
- "_AgentInviteCodes": true,
30
"_WebRTC": false,
31
"_Nice404": false,
32
"_ClickOnce": false,
@@ -104,6 +103,7 @@
103
"_Footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>",
104
"_CertUrl": "https://192.168.2.106:443/",
105
"_PasswordRequirements": { "min": 8, "max": 128, "upper": 1, "lower": 1, "numeric": 1, "nonalpha": 1, "reset": 90, "force2factor": true, "skip2factor": "127.0.0.1,192.168.2.0/24" },
106
+ "_AgentInviteCodes": true,
107
"_AgentNoProxy": true,
108
"_GeoLocation": true,
109
"_UserAllowedIP": "127.0.0.1,192.168.1.0/24",