Updated Configuration (markdown)

antelle 2016-09-11 22:51:30 +03:00
parent 2189e61e3c
commit a71f501bdc
1 changed files with 1 additions and 1 deletions

@ -60,7 +60,7 @@ Config fields description:
"storage": "webdav", // dropbox, webdav, etc...
"name": "", // file name, as it will be displayed in UI
"path": "", // full path to file, including file name, e.g. WebDAV url
"options": { "user": "", "password": "" } // only for WebDAV
"options": { "user": "", "password": "" } // only for WebDAV, server auth details
}]
}
```