Files
server/Common/config/development-windows.json
Alexey.Golubev edc4ac470b Добавлено время действия ссылки и хеш, для обеспесчения приватности ссылок, валидироваться они должны nginx.
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@64576 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-18 10:37:42 +03:00

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"
}
}
}