From d3e15d7f60676dd9e8ab1628551838deb001b313 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Tue, 4 Jan 2022 22:55:01 -0800 Subject: [PATCH] Changed config.json schema URL. --- meshcentral-config-schema.json | 2 +- sample-config-advanced.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 1d19bd82..dd4a062b 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -1,5 +1,5 @@ { - "id": "https://info.meshcentral.com/downloads/meshcentral-config-schema.json", + "id": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json", "$schema": "http://json-schema.org/draft-04/schema#", "description": "MeshCentral configuration file schema", "type": "object", diff --git a/sample-config-advanced.json b/sample-config-advanced.json index 8903d994..7b9b4224 100644 --- a/sample-config-advanced.json +++ b/sample-config-advanced.json @@ -1,5 +1,5 @@ { - "$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json", + "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json", "__comment__": "This is a sample configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.", "settings": { "_cert": "myserver.mydomain.com",