mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-26 06:50:36 -05:00
19 lines
234 B
YAML
19 lines
234 B
YAML
---
|
|
debug:
|
|
addr: 0.0.0.0:8390
|
|
token:
|
|
pprof: false
|
|
|
|
server:
|
|
addr: 0.0.0.0:8380
|
|
root: /
|
|
|
|
tracing:
|
|
enabled: false
|
|
type: jaeger
|
|
endpoint: localhost:6831
|
|
collector: http://localhost:14268/api/traces
|
|
service: graph
|
|
|
|
...
|