mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@64576 954022d7-b5bf-4e40-9824-e11837661b57
36 lines
920 B
JSON
36 lines
920 B
JSON
{
|
|
"storage": {
|
|
"name": "storage-fs",
|
|
"fs": {
|
|
"folderPath": "../../App_Data",
|
|
"secretString": "onlyoffice"
|
|
}
|
|
},
|
|
"services": {
|
|
"CoAuthoring": {
|
|
"server": {
|
|
"port": 8001,
|
|
"fonts_route": "office/sdk/Fonts/",
|
|
"editor_settings_spellchecker_url": "http://localhost:8080",
|
|
"static_content": [{
|
|
"name": "/OfficeWeb",
|
|
"path": "../../../OfficeWeb"
|
|
},
|
|
{
|
|
"name": "/office",
|
|
"path": "../../../office"
|
|
}]
|
|
},
|
|
"utils": {
|
|
"utils_common_fontdir": "../../../OfficeWeb/Fonts/native"
|
|
}
|
|
}
|
|
},
|
|
"FileConverter": {
|
|
"converter": {
|
|
"fontDir": "../../../OfficeWeb/Fonts/native",
|
|
"presentationThemesDir": "../../../OfficeWeb/PowerPoint/themes",
|
|
"filePath": "../../../AsyncServerComponents/Bin/x2t32.exe"
|
|
}
|
|
}
|
|
} |