Files
QSfera/ocis-graph/config/example.json
T
A.Unger c981f513c8 Add 'ocis-graph/' from commit 'f1efaddc27c74c9de4509cd864fc673ffdf52e19'
git-subtree-dir: ocis-graph
git-subtree-mainline: 8146241777
git-subtree-split: f1efaddc27
2021-02-04 11:31:18 +01:00

19 lines
325 B
JSON

{
"debug": {
"addr": "0.0.0.0:9124",
"token": "",
"pprof": false,
"zpages": false
},
"http": {
"addr": "0.0.0.0:9120"
},
"tracing": {
"enabled": false,
"type": "jaeger",
"endpoint": "localhost:6831",
"collector": "http://localhost:14268/api/traces",
"service": "graph"
}
}