mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"log": {
|
|
"filePath": "../../Common/config/log4js/development.json"
|
|
},
|
|
"storage": {
|
|
"name": "storage-fs",
|
|
"fs": {
|
|
"folderPath": "../../App_Data",
|
|
"secretString": "onlyoffice"
|
|
}
|
|
},
|
|
"services": {
|
|
"CoAuthoring": {
|
|
"server": {
|
|
"port": 8080,
|
|
"sockjsUrl": "/office/vendor/sockjs/sockjs.min.js",
|
|
"editor_settings_spellchecker_url": "",
|
|
"static_content": [
|
|
{
|
|
"name": "/sdkjs",
|
|
"path": "../../../sdkjs"
|
|
},
|
|
{
|
|
"name": "/web-apps",
|
|
"path": "../../../web-apps"
|
|
},
|
|
{
|
|
"name": "/sdkjs-plugins",
|
|
"path": "../../../sdkjs-plugins"
|
|
}
|
|
]
|
|
},
|
|
"utils": {
|
|
"utils_common_fontdir": "/Library/Fonts"
|
|
},
|
|
"sql": {
|
|
"type": "mysql",
|
|
"dbPort": 3306,
|
|
"dbUser": "root",
|
|
"dbPass": "onlyoffice"
|
|
}
|
|
}
|
|
},
|
|
"license": {
|
|
"license_file": "./../../license.lic"
|
|
},
|
|
"FileConverter": {
|
|
"converter": {
|
|
"fontDir": "",
|
|
"presentationThemesDir": "../../../OfficeWeb/PowerPoint/themes",
|
|
"filePath": "../../FileConverter/Bin/x2t",
|
|
"errorfiles": "error"
|
|
}
|
|
}
|
|
} |