Files
opencloud/ocis-phoenix/config/example.json
2020-09-18 13:36:01 +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": ""
}
}