mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-31 01:10:20 -06:00
19 lines
328 B
JSON
19 lines
328 B
JSON
{
|
|
"debug": {
|
|
"addr": "0.0.0.0:9194",
|
|
"token": "",
|
|
"pprof": false,
|
|
"zpages": false
|
|
},
|
|
"http": {
|
|
"addr": "0.0.0.0:9190"
|
|
},
|
|
"tracing": {
|
|
"enabled": false,
|
|
"type": "jaeger",
|
|
"endpoint": "localhost:6831",
|
|
"collector": "http://localhost:14268/api/traces",
|
|
"service": "settings"
|
|
}
|
|
}
|