Update Remote-Access_Containers/meshcentral/config.json

This commit is contained in:
2026-07-17 01:49:03 +00:00
parent e5f9ed0f74
commit 67b7fca8d7
@@ -42,34 +42,34 @@
"tlsstrict": true,
"_verifyEmail": false
},
"domains": {
"": {
"_title": "MyServer",
"allowedOrigin": [ "${HOSTNAME}", "${DOMAIN_NAME}" ],
"passwordRequirements": {
"min": 16,
"max": 128,
"upper": 3,
"lower": 3,
"numeric": 3,
"nonalpha": 3,
"reset": 365,
"force2factor": true,
"oldPasswordBan": 10
},
"duo2factor": {
"integrationkey": "${DUO_INTEGRATION_KEY}",
"secretkey": "${DUO_SECRET_KEY}",
"apihostname": "${DUO_API_HOSTNAME}"
},
"userSessionIdleTimeout": 30,
"_title2": "Servername",
"_minify": true,
"NewAccounts": false,
"newAccountsCaptcha": true,
"verifyEmail": true,
"certUrl": "https://${HOSTNAME}",
"LoginKey": "${LOGIN_KEY}"
"domains": {
"": {
"_title": "MyServer",
"allowedOrigin": [ "${HOSTNAME}", "${DOMAIN_NAME}" ],
"passwordRequirements": {
"min": 16,
"max": 128,
"upper": 3,
"lower": 3,
"numeric": 3,
"nonalpha": 3,
"reset": 365,
"force2factor": true,
"oldPasswordBan": 10
},
"duo2factor": {
"integrationkey": "${DUO_INTEGRATION_KEY}",
"secretkey": "${DUO_SECRET_KEY}",
"apihostname": "${DUO_API_HOSTNAME}"
},
"userSessionIdleTimeout": 30,
"_title2": "Servername",
"_minify": true,
"NewAccounts": false,
"newAccountsCaptcha": true,
"verifyEmail": true,
"certUrl": "https://${HOSTNAME}",
"LoginKey": "${LOGIN_KEY}"
}
}
}
}