removed config example

This commit is contained in:
antelle 2017-06-11 09:14:26 +02:00
parent d02a4671cb
commit f8cbf0e5bf
1 changed files with 0 additions and 56 deletions

View File

@ -1,56 +0,0 @@
{
"settings": {
"theme": "fb",
"locale": "en",
"expandGroups": true,
"listViewWidth": null,
"menuViewWidth": null,
"tagsViewHeight": null,
"autoUpdate": "install",
"autoSave": true,
"rememberKeyFiles": false,
"idleMinutes": 15,
"tableView": false,
"colorfulIcons": false,
"lockOnCopy": false,
"skipOpenLocalWarn": false,
"hideEmptyFields": false,
"skipHttpsWarning": false,
"demoOpened": false,
"fontSize": 0,
"tableViewColumns": null,
"generatorPresets": null,
"canOpen": true,
"canOpenDemo": true,
"canOpenSettings": true,
"canCreate": true,
"canImportXml": true,
"canRemoveLatest": true,
"dropbox": true,
"dropboxFolder": null,
"dropboxAppKey": null,
"webdav": true,
"webdavSaveMethod": "move",
"gdrive": true,
"gdriveClientId": null,
"onedrive": true,
"onedriveClientId": null,
"cacheConfigSettings": false
},
"files": [{
"storage": "webdav",
"name": "My file",
"path": "webdav-url",
"options": { "user": "", "password": "" }
}],
"plugins": [{
"url": ""
}],
"showOnlyFilesFromConfig": false
}