1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

correct config.json schema URL to match github schema location

This commit is contained in:
Sherif Metwally 2022-12-12 11:51:28 +02:00
parent 42112aed42
commit 627aa8662f
5 changed files with 5 additions and 5 deletions

View file

@ -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",
"settings": {
"plugins":{"enabled": false},
"_mongoDb": null,