126 lines
2.8 KiB
JSON
126 lines
2.8 KiB
JSON
{
|
|
"log": {
|
|
"filePath": "../Common/config/log4js/development.json"
|
|
},
|
|
"runtimeConfig": {
|
|
"filePath": "./../runtime.json"
|
|
},
|
|
"queue": {
|
|
"visibilityTimeout": 900
|
|
},
|
|
"storage": {
|
|
"fs": {
|
|
"folderPath": "../App_Data"
|
|
}
|
|
},
|
|
"wopi": {
|
|
"enable": true
|
|
},
|
|
"services": {
|
|
"CoAuthoring": {
|
|
"server": {
|
|
"port": 8000,
|
|
"static_content": {
|
|
"/fonts": {
|
|
"path": "../../fonts"
|
|
},
|
|
"/sdkjs": {
|
|
"path": "../../sdkjs"
|
|
},
|
|
"/web-apps": {
|
|
"path": "../../web-apps"
|
|
},
|
|
"/sdkjs-plugins": {
|
|
"path": "../../sdkjs-plugins"
|
|
},
|
|
"/dictionaries": {
|
|
"path": "../../dictionaries"
|
|
},
|
|
"/welcome": {
|
|
"path": "../branding/welcome"
|
|
},
|
|
"/info": {
|
|
"path": "../branding/info",
|
|
"options": {
|
|
"maxAge": 0,
|
|
"cacheControl": "public, no-cache, must-revalidate",
|
|
"etag": true,
|
|
"lastModified": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"utils": {
|
|
"utils_common_fontdir": "/usr/share/fonts"
|
|
},
|
|
"request-filtering-agent": {
|
|
"allowPrivateIPAddress": true,
|
|
"allowMetaIPAddress": true
|
|
},
|
|
"sockjs": {
|
|
"sockjs_url": "/web-apps/vendor/sockjs/sockjs.min.js"
|
|
},
|
|
"socketio": {
|
|
"connection": {
|
|
"pingTimeout": 86400000,
|
|
"pingInterval": 86400000
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"license": {
|
|
"license_file": "./../license.lic",
|
|
"warning_limit_percents": 70,
|
|
"packageType": 0
|
|
},
|
|
"FileConverter": {
|
|
"converter": {
|
|
"maxDownloadBytes": 1073741824,
|
|
"fontDir": "/usr/share/fonts",
|
|
"presentationThemesDir": "../../sdkjs/slide/themes",
|
|
"x2tPath": "../FileConverter/bin/x2t",
|
|
"docbuilderPath": "../FileConverter/bin/docbuilder",
|
|
"spawnOptions": {
|
|
"env": {
|
|
"X2T_MEMORY_LIMIT": "16GB"
|
|
}
|
|
},
|
|
"inputLimits": [
|
|
{
|
|
"type": "docx;dotx;docm;dotm",
|
|
"zip": {
|
|
"uncompressed": "1GB",
|
|
"template": "*.xml"
|
|
}
|
|
},
|
|
{
|
|
"type": "xlsx;xltx;xlsm;xltm",
|
|
"zip": {
|
|
"uncompressed": "1GB",
|
|
"template": "*.xml"
|
|
}
|
|
},
|
|
{
|
|
"type": "pptx;ppsx;potx;pptm;ppsm;potm",
|
|
"zip": {
|
|
"uncompressed": "1GB",
|
|
"template": "*.xml"
|
|
}
|
|
},
|
|
{
|
|
"type": "vsdx;vstx;vssx;vsdm;vstm;vssm",
|
|
"zip": {
|
|
"uncompressed": "1GB",
|
|
"template": "*.xml"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"SpellChecker": {
|
|
"server": {
|
|
"dictDir": "../../dictionaries"
|
|
}
|
|
}
|
|
}
|