From 9488ade7fb64a58076b69cdae1b9ade0e9bb6241 Mon Sep 17 00:00:00 2001 From: khuxkm Date: Tue, 8 Oct 2019 14:31:59 +0000 Subject: Fix config.json.example --- config.json.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json.example b/config.json.example index 121b8ec..b15f367 100644 --- a/config.json.example +++ b/config.json.example @@ -2,6 +2,6 @@ "port": 7099, "host": "127.0.0.1", "instance_name": "BBJ", - "allow_anon": True, - "debug": False -} \ No newline at end of file + "allow_anon": true, + "debug": false +} -- cgit v1.2.3