mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"log": {
|
|
"filePath": "../../../config/log4js/production.json"
|
|
},
|
|
"storage": {
|
|
"name": "storage-fs",
|
|
"fs": {
|
|
"folderPath": "../../App_Data/cache/files",
|
|
"secretString": "onlyoffice"
|
|
}
|
|
},
|
|
"services": {
|
|
"CoAuthoring": {
|
|
"server": {
|
|
"sockjsUrl": "/web-apps/vendor/sockjs/sockjs.min.js",
|
|
"static_content": [
|
|
{
|
|
"name": "/sdkjs",
|
|
"path": "../../../sdkjs",
|
|
"options": {"maxAge": "7d"}
|
|
},
|
|
{
|
|
"name": "/web-apps",
|
|
"path": "../../../web-apps",
|
|
"options": {"maxAge": "7d"}
|
|
},
|
|
{
|
|
"name": "/welcome",
|
|
"path": "../../welcome",
|
|
"options": {"maxAge": "7d"}
|
|
}
|
|
]
|
|
},
|
|
"utils": {
|
|
"utils_common_fontdir": "C:\\Windows\\Fonts"
|
|
}
|
|
}
|
|
},
|
|
"license": {
|
|
"license_file": "./../../license.lic"
|
|
},
|
|
"FileConverter": {
|
|
"converter": {
|
|
"fontDir": "",
|
|
"presentationThemesDir": "../../../sdkjs/slide/themes",
|
|
"filePath": "../../FileConverter/bin/x2t.exe",
|
|
"errorfiles": "error"
|
|
}
|
|
}
|
|
}
|