1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Improved user consent server configuration.

This commit is contained in:
Ylian Saint-Hilaire 2020-11-27 09:23:03 -08:00
parent 192844d29e
commit 76cd48105f
3 changed files with 36 additions and 3 deletions

View file

@ -192,8 +192,15 @@
"_orphanAgentUser": "admin",
"___userSessionIdleTimeout__": "Number of user idle minutes before auto-disconnect",
"_userSessionIdleTimeout": 30,
"__userConsentFlags__": "Set to: 1 for desktop, 2 for terminal, 3 for files, 7 for all",
"_userConsentFlags": 7,
"userConsentFlags": {
"desktopnotify": true,
"terminalnotify": true,
"filenotify": true,
"desktopprompt": true,
"terminalprompt": true,
"fileprompt": true,
"desktopprivacybar": true
},
"_urlSwitching": false,
"_desktopPrivacyBarText": "Your privacy bar message",
"_limits": {