mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
66 lines
1.4 KiB
JSON
66 lines
1.4 KiB
JSON
{
|
|
"log": {
|
|
"filePath": "../Common/config/log4js/development.json"
|
|
},
|
|
"storage": {
|
|
"fs": {
|
|
"folderPath": "../App_Data"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"/info": {
|
|
"path": "../branding/info"
|
|
}
|
|
}
|
|
},
|
|
"utils": {
|
|
"utils_common_fontdir": "/usr/share/fonts"
|
|
},
|
|
"request-filtering-agent" : {
|
|
"allowPrivateIPAddress": true,
|
|
"allowMetaIPAddress": true
|
|
},
|
|
"sockjs": {
|
|
"sockjs_url": "/web-apps/vendor/sockjs/sockjs.min.js"
|
|
}
|
|
}
|
|
},
|
|
"license": {
|
|
"license_file": "./../license.lic",
|
|
"warning_limit_percents": 70,
|
|
"packageType": 0
|
|
},
|
|
"FileConverter": {
|
|
"converter": {
|
|
"fontDir": "/usr/share/fonts",
|
|
"presentationThemesDir": "../../sdkjs/slide/themes",
|
|
"x2tPath": "../FileConverter/bin/x2t",
|
|
"docbuilderPath": "../FileConverter/bin/docbuilder"
|
|
}
|
|
},
|
|
"SpellChecker": {
|
|
"server": {
|
|
"dictDir": "../../dictionaries"
|
|
}
|
|
}
|
|
}
|