Files
opencloud/onlyoffice/config/example.json
2020-11-26 11:05:10 +01:00

19 lines
330 B
JSON

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