mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Changed config.json schema URL.
This commit is contained in:
parent
a29fdcbeda
commit
d3e15d7f60
2 changed files with 2 additions and 2 deletions
|
@ -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#",
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||||
"description": "MeshCentral configuration file schema",
|
"description": "MeshCentral configuration file schema",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
|
@ -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.",
|
"__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": {
|
"settings": {
|
||||||
"_cert": "myserver.mydomain.com",
|
"_cert": "myserver.mydomain.com",
|
||||||
|
|
Loading…
Reference in a new issue