From 165765969b7031eadb3156920869483bfcb0b76f Mon Sep 17 00:00:00 2001 From: Hippo Date: Thu, 26 Sep 2019 18:12:32 +0530 Subject: [PATCH] Add WebDAV password config field Forgot last time :P --- app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.json b/app.json index a411cd7..bf18e1c 100644 --- a/app.json +++ b/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