mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-02 02:11:18 -06:00
20 lines
251 B
YAML
20 lines
251 B
YAML
---
|
|
debug:
|
|
addr: 0.0.0.0:9134
|
|
token:
|
|
pprof: false
|
|
zpages: false
|
|
|
|
http:
|
|
addr: 0.0.0.0:9130
|
|
root: /
|
|
|
|
tracing:
|
|
enabled: false
|
|
type: jaeger
|
|
endpoint: localhost:6831
|
|
collector: http://localhost:14268/api/traces
|
|
service: konnectd
|
|
|
|
...
|