Fix config.json.example

This commit is contained in:
Robert Miles 2019-10-08 14:31:59 +00:00
parent ee85dfe5ab
commit 9488ade7fb
1 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,6 @@
"port": 7099,
"host": "127.0.0.1",
"instance_name": "BBJ",
"allow_anon": True,
"debug": False
}
"allow_anon": true,
"debug": false
}