Add example configs

This commit is contained in:
Thomas Boerger
2019-09-16 11:03:18 +02:00
parent 3bad757021
commit 1b0c737d3b
2 changed files with 19 additions and 0 deletions

2
config/.gitignore vendored
View File

@@ -1,2 +1,4 @@
phoenix.yml
phoenix.json
config.json

17
config/example.json Normal file
View File

@@ -0,0 +1,17 @@
{
"debug": {
"addr": "0.0.0.0:8090",
"token": "",
"pprof": false
},
"http": {
"addr": "0.0.0.0:8080",
"root": "/"
},
"asset": {
"path": ""
},
"config": {
"file": ""
}
}