mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
14 lines
275 B
JSON
14 lines
275 B
JSON
{
|
|
"server": {
|
|
"siteUrl": "/",
|
|
"maxFileSize": 104857600,
|
|
"storageFolder": "/var/lib/onlyoffice/documentserver-example/files",
|
|
"static":[
|
|
{
|
|
"name": "/files",
|
|
"path": "/var/lib/onlyoffice/documentserver-example/files"
|
|
}
|
|
]
|
|
}
|
|
}
|