Files
opencloud/webdav/config/example.json
A.Unger 72a987f8e3 Add 'webdav/' from commit '0d5eded8d0068b8df984b3d4c44a66f10c97cf77'
git-subtree-dir: webdav
git-subtree-mainline: 7ffaa859b3
git-subtree-split: 0d5eded8d0
2020-09-18 12:56:12 +02:00

19 lines
326 B
JSON

{
"debug": {
"addr": "0.0.0.0:9119",
"token": "",
"pprof": false,
"zpages": false
},
"http": {
"addr": "0.0.0.0:9115"
},
"tracing": {
"enabled": false,
"type": "jaeger",
"endpoint": "localhost:6831",
"collector": "http://localhost:14268/api/traces",
"service": "webdav"
}
}