From a9987c5bffe1bbaf07f5e5c787e66a84d4ede819 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Thu, 28 Jan 2021 13:59:07 -0800 Subject: [PATCH] Updated schema help. --- meshcentral-config-schema.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 6f40d088..bd4cc148 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -291,7 +291,7 @@ "desktopprivacybar": { "type": "boolean", "default": false, "description": "Enable remote desktop privacy bar for this domain." } } }, - "urlSwitching": { "type": "boolean" }, + "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." }, "desktopPrivacyBarText": { "type": "string" }, "limits": { "type": "object", @@ -433,7 +433,8 @@ }, "redirects": { "type": "object", - "additionalProperties": { "type": "string" } + "additionalProperties": { "type": "string" }, + "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." }, "yubikey": { "type": "object",