fixing typos - Check Please!
silversword411 committed
Jul 19, 2022 at 15:19 UTC
ea51ae8dcbd33943826f857b4a06322ccf8cf44a
1 file changed
+2
-2
meshcentral-config-schema.json
+2
-2
@@ -159,7 +159,7 @@
159
"agentBlockedIP": { "type": [ "string", "array" ], "default": null, "description": "When set, agents from these denied IP address ranges will not be able to connect to the server. Example: \"192.168.2.100,192.168.1.0/24\"" },
160
"authLog": { "type": "string", "default": null, "description": "File path and name of the authentication log to be created. This log can be parsed by Fail2ban." },
161
"InterUserMessaging": { "type": "array", "uniqueItems": true, "items": { "type": "string" }, "description": "Users in this list are allowed to send and receive inter-user messages. This can be used to implement bots or other software where MeshCentral is used as data transport. See \"interuser\" websocket command in the code." },
162
- "manageAllDeviceGroups": { "type": "array", "uniqueItems": true, "items": { "type": " string" }, "description": "Users in this list are allowed to see and manage all device groups within their domain." },
162
+ "manageAllDeviceGroups": { "type": "array", "uniqueItems": true, "items": { "type": "string" }, "description": "Users in this list are allowed to see and manage all device groups within their domain." },
163
"manageCrossDomain": { "type": "array", "uniqueItems": true, "items": { "type": "string" }, "description": "Users in this list are allowed to manage all users in all domains." },
164
"localDiscovery": {
165
"type": "object",
@@ -1020,7 +1020,7 @@
1020
"properties": {
1021
"clientId": { "type": "string" },
1022
"clientSecret": { "type": "string" },
1023
- "refreshTfoken": { "type": "string" }
1023
+ "refreshToken": { "type": "string" }
1024
},
1025
"required": [ "clientId", "clientSecret", "refreshToken" ]
1026
},