Changed config.json schema URL.

Ylian Saint-Hilaire committed Jan 4, 2022 at 22:55 UTC d3e15d7f60676dd9e8ab1628551838deb001b313
2 files changed +2 -2
meshcentral-config-schema.json
+1 -1
@@ -1,5 +1,5 @@
1 {
2 - "id": "https://info.meshcentral.com/downloads/meshcentral-config-schema.json",
2 + "id": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
3 "$schema": "http://json-schema.org/draft-04/schema#",
4 "description": "MeshCentral configuration file schema",
5 "type": "object",
sample-config-advanced.json
+1 -1
@@ -1,5 +1,5 @@
1 {
2 - "$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",
2 + "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
3 "__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.",
4 "settings": {
5 "_cert": "myserver.mydomain.com",