docs - adding json notes to FAQ https://github.com/Ylianst/MeshCentral/issues/4551
silversword411 committed
Sep 15, 2022 at 17:07 UTC
1e7fabf511385502675974ad4f8792d9d792b60a
1 file changed
+18
docs/docs/meshcentral/faq.md
+18
@@ -1,5 +1,23 @@
1
# FAQ
2
3
+## json config files
4
+
5
+Any item in the config.json file starting with an underscore character are ignored.
6
+
7
+Ignored
8
+
9
+```json
10
+"_title": "MyServer"
11
+```
12
+
13
+Valid setting
14
+
15
+```json
16
+"title": "MyServer"
17
+```
18
+
19
+json requires correct formatting, if in doubt copy/paste your json config into a web based format checker to make sure you have it right: <https://duckduckgo.com/?va=j&t=hc&q=json+lint&ia=answer>
20
+
21
## Help! I've been hacked there are weird agents appearing in my MeshCentral Console
22
23
No, you haven't.