12 lines
214 B
JSON
12 lines
214 B
JSON
{
|
|
"nextcloud": {
|
|
"url": "https://cloud.example.com",
|
|
"username": "your-username",
|
|
"password": "your-app-password"
|
|
},
|
|
"settings": {
|
|
"maxRecentFolders": 5,
|
|
"uploadChunkSize": 10485760
|
|
}
|
|
}
|