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 +}