tacticalrmm/ansible/roles/trmm_dev/templates/mesh.cfg.j2

37 lines
880 B
Plaintext
Raw Permalink Normal View History

2022-08-12 17:21:25 +00:00
{
"settings": {
"Cert": "{{ mesh }}",
"WANonly": true,
"Minify": 1,
"Port": 4430,
"AliasPort": 443,
"RedirPort": 800,
"AllowLoginToken": true,
"AllowFraming": true,
2023-07-07 04:01:54 +00:00
"AgentPing": 35,
2022-08-12 17:21:25 +00:00
"AllowHighQualityDesktop": true,
"TlsOffload": "127.0.0.1",
"agentCoreDump": false,
"Compression": true,
"WsCompression": true,
"AgentWsCompression": true,
2023-07-07 04:01:54 +00:00
"MaxInvalidLogin": { "time": 5, "count": 5, "coolofftime": 30 },
"postgres": {
"user": "{{ mesh_db_user }}",
"password": "{{ mesh_db_passwd }}",
"port": "5432",
"host": "localhost"
}
2022-08-12 17:21:25 +00:00
},
"domains": {
"": {
2023-07-07 04:01:54 +00:00
"Title": "Tactical RMM Dev",
"Title2": "Tactical RMM Dev",
2022-08-12 17:21:25 +00:00
"NewAccounts": false,
"CertUrl": "https://{{ mesh }}:443/",
"GeoLocation": true,
"CookieIpCheck": false,
"mstsc": true
}
}
}