Create onlyoffice extension

This commit is contained in:
Lukas Hirt
2020-11-26 11:05:10 +01:00
parent 63d1fca0ce
commit 68b74d11da
65 changed files with 11363 additions and 14 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"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"
}
}