mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Добавлено время действия ссылки и хеш, для обеспесчения приватности ссылок, валидироваться они должны 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:
committed by
Alexander.Trofimov
parent
5af0b12061
commit
edc4ac470b
@ -2,7 +2,8 @@
|
||||
"storage": {
|
||||
"name": "storage-fs",
|
||||
"fs": {
|
||||
"folderPath": "../../App_Data"
|
||||
"folderPath": "../../App_Data",
|
||||
"secretString": "onlyoffice"
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
|
||||
@ -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": {
|
||||
|
||||
@ -1 +1 @@
|
||||
var fs = require('fs');
|
||||
var fs = require('fs');
|
||||
Reference in New Issue
Block a user