Add WebDAV password config field
Forgot last time :P
This commit is contained in:
parent
142faa7fe3
commit
165765969b
1 changed files with 4 additions and 0 deletions
4
app.json
4
app.json
|
@ -45,6 +45,10 @@
|
|||
"description": "Username for your WebDAV server, if using WebDAV file storage",
|
||||
"required": false
|
||||
},
|
||||
"WEBDAV_PASSWORD": {
|
||||
"description": "Password for your WebDAV server, if using WebDAV file storage",
|
||||
"required": false
|
||||
},
|
||||
"WEBDAV_PATH_PREFIX": {
|
||||
"description": "Optional path prefix for your WebDAV server, if using WebDAV file storage",
|
||||
"required": false
|
||||
|
|
Loading…
Reference in a new issue