Добавлено время действия ссылки и хеш, для обеспесчения приватности ссылок, валидироваться они должны nginx.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@64576 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Alexey.Golubev
2015-09-09 08:07:45 +00:00
committed by Alexander.Trofimov
parent 5af0b12061
commit edc4ac470b
3 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,8 @@
"storage": {
"name": "storage-fs",
"fs": {
"folderPath": "../../App_Data"
"folderPath": "../../App_Data",
"secretString": "onlyoffice"
}
},
"services": {

View File

@ -2,7 +2,8 @@
"storage": {
"name": "storage-fs",
"fs": {
"folderPath": "/var/lib/onlyoffice/documentserver/App_Data"
"folderPath": "/var/lib/onlyoffice/documentserver/App_Data",
"secretString": "onlyoffice"
}
},
"services": {

View File

@ -1 +1 @@
var fs = require('fs');
var fs = require('fs');