mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 09:20:15 -06:00
16 lines
281 B
JSON
16 lines
281 B
JSON
{
|
|
"debug": {
|
|
"addr": "0.0.0.0:9460",
|
|
"token": "",
|
|
"pprof": false,
|
|
"zpages": false
|
|
},
|
|
"tracing": {
|
|
"enabled": false,
|
|
"type": "jaeger",
|
|
"endpoint": "localhost:6831",
|
|
"collector": "http://localhost:14268/api/traces",
|
|
"service": "store"
|
|
}
|
|
}
|