Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "settings": {
- "cert": "XXXXX.com.br",
- "trustedproxy": "127.0.0.1,CloudFlare",
- "certurl": "XXXXX.com.br",
- "WANonly": true,
- "minify": 1,
- "port": 4430,
- "aliasPort": 443,
- "redirPort": 800,
- "allowLoginToken": true,
- "allowFraming": true,
- "allowHighQualityDesktop": true,
- "tlsOffload": "127.0.0.1,XXX.XXX.XXX.XXX",
- "agentCoreDump": false,
- "compression": true,
- "wsCompression": true,
- "agentWsCompression": true,
- "maxInvalidLogin": {
- "time": 5,
- "count": 5,
- "coolofftime": 30
- },
- "webRTC": true,
- "webrtcConfig": {
- "iceServers": [
- {
- "urls": "stun:stun.l.google.com:19302"
- },
- {
- "urls": "stun:stun.l.google.com:5349"
- },
- {
- "urls": "stun:stun1.l.google.com:3478"
- },
- {
- "urls": "stun:stun1.l.google.com:5349"
- },
- {
- "urls": "stun:stun2.l.google.com:19302"
- },
- {
- "urls": "stun:stun2.l.google.com:5349"
- },
- {
- "urls": "stun:stun3.l.google.com:3478"
- },
- {
- "urls": "stun:stun3.l.google.com:5349"
- },
- {
- "urls": "stun:stun4.l.google.com:19302"
- },
- {
- "urls": "stun:stun4.l.google.com:5349"
- },
- {
- "urls": "stun:stun.services.mozilla.com"
- }
- ]
- },
- "browserPong": 10,
- "browserPing": 30,
- "agentPong": 10,
- "agentPing": 30,
- "postgres": {
- "user": "",
- "password": "",
- "port": "5432",
- "host": "localhost"
- }
- },
- "domains": {
- "": {
- "title": "XXXXX",
- "title2": "XXXXX",
- "newAccounts": false,
- "certUrl": "https://XXXXX.com.br:443",
- "geoLocation": true,
- "cookieIpCheck": false,
- "mstsc": true,
- "consentMessages": {
- "title": "XXXXX - XXXXX",
- "desktop": "{0} solicitando acesso à área de trabalho remota. Permitir acesso?",
- "terminal": "{0} solicitando acesso remoto ao terminal. Permitir acesso?",
- "files": "{0} solicitando acesso remoto a arquivos. Permitir acesso?",
- "consentTimeout": 30,
- "autoAcceptOnTimeout": true
- },
- "notificationMessages": {
- "title": "XXXXX - XXXXX",
- "desktop": "{0} iniciou uma sessão de área de trabalho remota.",
- "terminal": "{0} iniciou uma sessão de terminal remoto",
- "files": "{0} iniciou uma sessão de arquivos remotos."
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement