Update Remote-Access_Containers/meshcentral/config.json

This commit is contained in:
2026-07-17 02:03:13 +00:00
parent 1af1c49494
commit 5d8ceb6aa3
@@ -64,7 +64,8 @@
"nonalpha": 3,
"reset": 365,
"force2factor": true,
"oldPasswordBan": 10
"oldPasswordBan": 10,
"banned": "password,changeme,${SERVICE_NAME},meshcentral"
},
"duo2factor": {
"integrationkey": "${DUO_INTEGRATION_KEY}",
@@ -80,7 +81,8 @@
"_localSessionRecording": true,
"notifications": true,
"certUrl": "https://${HOSTNAME}",
"LoginKey": "${LOGIN_KEY}"
"LoginKey": "${LOGIN_KEY}",
"agentConfig": [ "coreDump=0" ]
}
}
}