mirror of https://github.com/keeweb/keeweb
removed config example
parent
d02a4671cb
commit
f8cbf0e5bf
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue