Move config to static-data
This commit is contained in:
parent
c3d86eafa1
commit
0af569acff
3 changed files with 23 additions and 4 deletions
16
onionr/static-data/default_config.json
Normal file
16
onionr/static-data/default_config.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"devmode": true,
|
||||
"dc_response": true,
|
||||
|
||||
"log": {
|
||||
"file": {
|
||||
"output": true,
|
||||
"path": "data/output.log"
|
||||
},
|
||||
|
||||
"console": {
|
||||
"output": true,
|
||||
"color": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue