mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-26 07:05:52 -05:00
Schema formatting.
This commit is contained in:
parent
eff853a380
commit
b15a511493
@ -39,52 +39,20 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Add this section to connect MeshCentral to a MySQL database instance.",
|
"description": "Add this section to connect MeshCentral to a MySQL database instance.",
|
||||||
"properties": {
|
"properties": {
|
||||||
"host": {
|
"host": { "type": "string", "description": "MySQL hostname" },
|
||||||
"type": "string",
|
"port": { "type": "number", "description": "MySQL port number" },
|
||||||
"description": "MySQL hostname"
|
"user": { "type": "string", "description": "MySQL username" },
|
||||||
},
|
"password": { "type": "string", "description": "MySQL password" },
|
||||||
"port": {
|
"database": { "type": "string", "default": "meshcentral", "description": "Name of MySQL database used" },
|
||||||
"type": "number",
|
"awsrds": { "type": "boolean", "default": false, "description": "Set true to resolve LOCK TABLE permissions on AWS RDS." },
|
||||||
"description": "MySQL port number"
|
|
||||||
},
|
|
||||||
"user": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "MySQL username"
|
|
||||||
},
|
|
||||||
"password": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "MySQL password"
|
|
||||||
},
|
|
||||||
"database": {
|
|
||||||
"type": "string",
|
|
||||||
"default": "meshcentral",
|
|
||||||
"description": "Name of MySQL database used"
|
|
||||||
},
|
|
||||||
"awsrds": {
|
|
||||||
"type": "boolean",
|
|
||||||
"default": false,
|
|
||||||
"description": "Set true to resolve LOCK TABLE permissions on AWS RDS."
|
|
||||||
},
|
|
||||||
"ssl": {
|
"ssl": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "SSL Options. Set to true (boolean) for default options.",
|
"description": "SSL Options. Set to true (boolean) for default options.",
|
||||||
"properties": {
|
"properties": {
|
||||||
"caCertPath": {
|
"caCertPath": { "type": "string", "description": "Absolute path to the CA certificate. Required for self-signed certificates" },
|
||||||
"type": "string",
|
"clientCertPath": { "type": "string", "description": "Absolute path to the client certificate. Required for two-way SSL Authentication" },
|
||||||
"description": "Absolute path to the CA certificate. Required for self-signed certificates"
|
"clientKeyPath": { "type": "string", "description": "Absolute path to the client key. Required for two-way SSL Authentication" },
|
||||||
},
|
"dontCheckServerIdentity": { "type": "boolean", "description": "Set true to not check the server hostname during verification" }
|
||||||
"clientCertPath": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "Absolute path to the client certificate. Required for two-way SSL Authentication"
|
|
||||||
},
|
|
||||||
"clientKeyPath": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "Absolute path to the client key. Required for two-way SSL Authentication"
|
|
||||||
},
|
|
||||||
"dontCheckServerIdentity": {
|
|
||||||
"type": "boolean",
|
|
||||||
"description": "Set true to not check the server hostname during verification"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user