Files
opencloud/config/example.json
2020-07-15 13:00:30 +02:00

20 lines
326 B
JSON

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