correct config.json schema URL to match github schema location

Sherif Metwally committed Dec 12, 2022 at 11:51 UTC 627aa8662f321faec1e98dead57eb3dad73aa6d8
5 files changed +5 -5
.github/ISSUE_TEMPLATE/bug_report.md
+1 -1
@@ -49,7 +49,7 @@ Add any other context about the problem here.
49 **Your config.json file**
50 ```
51 {
52 - "$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",
52 + "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
53 "__comment1__": "This is a simple 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.",
54 "__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.",
55 "settings": {
.github/ISSUE_TEMPLATE/question.md
+1 -1
@@ -36,7 +36,7 @@ If applicable, add screenshots to help explain your problem.
36 **Your config.json file**
37 ```
38 {
39 - "$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",
39 + "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
40 "__comment1__": "This is a simple 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.",
41 "__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.",
42 "settings": {
docker/config.json.template
+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 "settings": {
4 "plugins":{"enabled": false},
5 "_mongoDb": null,
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",
sample-config.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 "__comment1__": "This is a simple 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 "__comment2__": "See node_modules/meshcentral/sample-config-advanced.json for a more advanced example.",
5 "settings": {