mirror of
https://github.com/owncloud/ocis
synced 2026-05-09 16:42:01 +02:00
19 lines
239 B
YAML
19 lines
239 B
YAML
---
|
|
debug:
|
|
addr: 0.0.0.0:9124
|
|
token:
|
|
pprof: false
|
|
zpages: false
|
|
|
|
http:
|
|
addr: 0.0.0.0:9120
|
|
|
|
tracing:
|
|
enabled: false
|
|
type: jaeger
|
|
endpoint: localhost:6831
|
|
collector: http://localhost:14268/api/traces
|
|
service: glauth
|
|
|
|
...
|