Files
document-server-integration/web/documentserver-example/nodejs/config/production-windows.json
Alexey Golubev 4de89aa858 Preparation for pkg
Add abillity setup storage folder outside the repo
2020-02-12 11:37:04 +03:00

14 lines
198 B
JSON

{
"server": {
"siteUrl": "/",
"maxFileSize": 104857600,
"static":[
{
"name": "/files",
"path": "./files",
"options": {"maxAge": "7d"}
}
]
}
}