Files
server/Common/config/production-windows.json
2017-01-17 12:38:38 +03:00

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"
}
}
}