Updated schema help.
Ylian Saint-Hilaire committed
Jan 28, 2021 at 13:59 UTC
a9987c5bffe1bbaf07f5e5c787e66a84d4ede819
1 file changed
+3
-2
meshcentral-config-schema.json
+3
-2
@@ -291,7 +291,7 @@
291
"desktopprivacybar": { "type": "boolean", "default": false, "description": "Enable remote desktop privacy bar for this domain." }
292
}
293
},
294
- "urlSwitching": { "type": "boolean" },
294
+ "urlSwitching": { "type": "boolean", "default": true, "description": "When users navigate thru the web interface, the URL on top will change to point to the current screen. This allows a user to refresh or bookmark the URL and come back to the correct screen. Setting false here will disable this feature." },
295
"desktopPrivacyBarText": { "type": "string" },
296
"limits": {
297
"type": "object",
@@ -433,7 +433,8 @@
433
},
434
"redirects": {
435
"type": "object",
436
- "additionalProperties": { "type": "string" }
436
+ "additionalProperties": { "type": "string" },
437
+ "description": "This is used to create HTTP redirections. For example setting \"redirects\": { \"example\":\"https://example.com\" } will make it so that anyone accessing /example on the server will get redirected to the specified URL."
438
},
439
"yubikey": {
440
"type": "object",