Skip to content

Commit

Permalink
Add example configs
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Sep 16, 2019
1 parent 3bad757 commit 1b0c737
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
phoenix.yml
phoenix.json

config.json
17 changes: 17 additions & 0 deletions config/example.json
Original file line number Diff line number Diff line change
@@ -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": ""
}
}

0 comments on commit 1b0c737

Please sign in to comment.