Add dev options to config

This commit is contained in:
Andrew Gutekanst
2020-02-22 22:40:11 -05:00
parent 1d8eec2280
commit 35f34d31db
4 changed files with 31 additions and 7 deletions

View File

@@ -2,6 +2,12 @@
"host_ip": "127.0.0.1",
"bin_path": "bin",
"devmode": false,
"devmodeoptions": {
"cleandb": false,
"maxlauncherhr": true
},
"database": {
"host": "localhost",
"port": 5432,