mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-27 15:45:53 -05:00
docs - adding json notes to FAQ https://github.com/Ylianst/MeshCentral/issues/4551
This commit is contained in:
parent
41e67b0961
commit
1e7fabf511
@ -1,5 +1,23 @@
|
|||||||
# FAQ
|
# FAQ
|
||||||
|
|
||||||
|
## json config files
|
||||||
|
|
||||||
|
Any item in the config.json file starting with an underscore character are ignored.
|
||||||
|
|
||||||
|
Ignored
|
||||||
|
|
||||||
|
```json
|
||||||
|
"_title": "MyServer"
|
||||||
|
```
|
||||||
|
|
||||||
|
Valid setting
|
||||||
|
|
||||||
|
```json
|
||||||
|
"title": "MyServer"
|
||||||
|
```
|
||||||
|
|
||||||
|
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>
|
||||||
|
|
||||||
## Help! I've been hacked there are weird agents appearing in my MeshCentral Console
|
## Help! I've been hacked there are weird agents appearing in my MeshCentral Console
|
||||||
|
|
||||||
No, you haven't.
|
No, you haven't.
|
||||||
|
Loading…
Reference in New Issue
Block a user