docs: Update example configs

This commit is contained in:
FoxxMD 2023-08-24 09:38:39 -04:00
parent dcd63ff093
commit 2295cf4756
5 changed files with 20 additions and 10 deletions

View file

@ -4,11 +4,11 @@
"clients": [],
"data": {
"users": ["FoxxMD"],
"servers": ["myServer","anotherServer"],
"options": {
"logPayload": false,
"logFilterFailure": "warn"
}
"servers": ["myServer","anotherServer"]
},
"options": {
"logPayload": false,
"logFilterFailure": "warn"
}
}
]