From 1e7fabf511385502675974ad4f8792d9d792b60a Mon Sep 17 00:00:00 2001 From: silversword411 Date: Thu, 15 Sep 2022 17:07:00 -0400 Subject: [PATCH] docs - adding json notes to FAQ https://github.com/Ylianst/MeshCentral/issues/4551 --- docs/docs/meshcentral/faq.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/docs/meshcentral/faq.md b/docs/docs/meshcentral/faq.md index f1e6e32138..421b99771c 100644 --- a/docs/docs/meshcentral/faq.md +++ b/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: + ## Help! I've been hacked there are weird agents appearing in my MeshCentral Console No, you haven't.