34 lines
552 B
JSON
34 lines
552 B
JSON
{
|
|
"owncloud_url_base": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"web_client_id": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"android_client_id": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"android_client_secret": {
|
|
"type": "string",
|
|
"mandatory": true
|
|
},
|
|
"ios_client_id": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"ios_client_secret": {
|
|
"type": "string",
|
|
"mandatory": true
|
|
},
|
|
"dektop_client_id": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
},
|
|
"desktop_client_secret": {
|
|
"type": "string",
|
|
"mandatory": false
|
|
}
|
|
}
|