Skip to content

Commit

Permalink
docs - adding json notes to FAQ #4551
Browse files Browse the repository at this point in the history
  • Loading branch information
silversword411 committed Sep 15, 2022
1 parent 41e67b0 commit 1e7fabf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/docs/meshcentral/faq.md
@@ -1,5 +1,23 @@
# 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

No, you haven't.
Expand Down

0 comments on commit 1e7fabf

Please sign in to comment.