1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-25 07:37:46 +02:00

Updated Configuration (markdown)

antelle 2017-05-16 21:28:01 +02:00
parent 4de0871708
commit 733c6ec561

@ -65,8 +65,8 @@ Config fields description (all fields are optional):
"path": "webdav-url", // full path to file, including file name, e.g. WebDAV url "path": "webdav-url", // full path to file, including file name, e.g. WebDAV url
"options": { "user": "", "password": "" } // only for WebDAV, server auth details "options": { "user": "", "password": "" } // only for WebDAV, server auth details
}], }],
"plugins": [{ "plugins": [{ // if you want to auto-install some plugins
"url": "" // if you want to auto-install some plugins "url": ""
}] }]
"showOnlyFilesFromConfig": false // allow to open only files from config, remove previously opened files "showOnlyFilesFromConfig": false // allow to open only files from config, remove previously opened files
} }