Move config to static-data

This commit is contained in:
Arinerron 2018-05-04 00:14:27 -07:00
parent c3d86eafa1
commit 0af569acff
No known key found for this signature in database
GPG key ID: 99383627861C62F0
3 changed files with 23 additions and 4 deletions

View file

@ -0,0 +1,16 @@
{
"devmode": true,
"dc_response": true,
"log": {
"file": {
"output": true,
"path": "data/output.log"
},
"console": {
"output": true,
"color": true
}
}
}