Use standart path for files

This commit is contained in:
Alexey.Golubev
2017-01-17 12:38:38 +03:00
parent bbe8dadd0d
commit 31714afc0c

View File

@ -5,7 +5,7 @@
"storage": {
"name": "storage-fs",
"fs": {
"folderPath": "../../App_Data",
"folderPath": "../../App_Data/cache/files",
"secretString": "onlyoffice"
}
},