Files
opencloud/phoenix/config/example.json
A.Unger aadf516151 Add 'phoenix/' from commit '4bf510094903bb71f9ef70edf6abcb54e3b631fb'
git-subtree-dir: phoenix
git-subtree-mainline: 1517eb9436
git-subtree-split: 4bf5100949
2020-09-18 13:28:53 +02:00

25 lines
394 B
JSON

{
"debug": {
"addr": "0.0.0.0:9104",
"token": "",
"pprof": false,
"zpages": false
},
"http": {
"addr": "0.0.0.0:9100"
},
"tracing": {
"enabled": false,
"type": "jaeger",
"endpoint": "localhost:6831",
"collector": "http://localhost:14268/api/traces",
"service": "phoenix"
},
"asset": {
"path": ""
},
"config": {
"file": ""
}
}