27 lines
591 B
JSON
27 lines
591 B
JSON
{
|
|
"common": {
|
|
"enabled": false,
|
|
"enable_share_links": false
|
|
},
|
|
"backends": [
|
|
{
|
|
"enabled": false,
|
|
"description": "demo tmp sync",
|
|
"enable_regular_sync": true,
|
|
"enable_immediate_sync": true,
|
|
"enable_share_link": true,
|
|
"backend_config": {
|
|
"backend_type": "filesystem",
|
|
"connector": {
|
|
"target_dir": "tmp"
|
|
},
|
|
"share": {
|
|
"use_downloadportal": false,
|
|
"downloadportal_url": null,
|
|
"downloadportal_autoupload": false,
|
|
"media_url": null
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |