mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"log": {
|
|
"filePath": "../../Common/config/log4js/development.json"
|
|
},
|
|
"storage": {
|
|
"fs": {
|
|
"folderPath": "../../App_Data"
|
|
}
|
|
},
|
|
"services": {
|
|
"CoAuthoring": {
|
|
"server": {
|
|
"port": 8001,
|
|
"static_content": {
|
|
"/fonts": {
|
|
"path": "../../../fonts"
|
|
},
|
|
"/sdkjs": {
|
|
"path": "../../../sdkjs"
|
|
},
|
|
"/web-apps": {
|
|
"path": "../../../web-apps"
|
|
},
|
|
"/sdkjs-plugins": {
|
|
"path": "../../../sdkjs-plugins"
|
|
},
|
|
"/info": {
|
|
"path": "../../branding/info"
|
|
}
|
|
}
|
|
},
|
|
"utils": {
|
|
"utils_common_fontdir": "/Library/Fonts"
|
|
},
|
|
"sql": {
|
|
"type": "mysql",
|
|
"dbPort": 3306,
|
|
"dbUser": "root",
|
|
"dbPass": "onlyoffice"
|
|
},
|
|
"editor": {
|
|
"spellcheckerUrl": "http://127.0.0.1:8080"
|
|
},
|
|
"sockjs": {
|
|
"sockjs_url": "/office/vendor/sockjs/sockjs.min.js"
|
|
}
|
|
}
|
|
},
|
|
"license": {
|
|
"license_file": "./../../license.lic",
|
|
"warning_limit_percents": 70,
|
|
"packageType": 0
|
|
},
|
|
"FileConverter": {
|
|
"converter": {
|
|
"fontDir": "",
|
|
"presentationThemesDir": "../../../OfficeWeb/PowerPoint/themes",
|
|
"x2tPath": "../../FileConverter/bin/x2t",
|
|
"docbuilderPath": "../../FileConverter/Bin/docbuilder",
|
|
"docbuilderAllFontsPath": "../../App_Data/docbuilder/AllFonts.js",
|
|
"errorfiles": "error"
|
|
}
|
|
},
|
|
"SpellChecker": {
|
|
"server": {
|
|
"dictDir": "../../../dictionaries"
|
|
}
|
|
}
|
|
} |