From 5fc09dfd56384495d82eab8321fd7c8c66cdbd6d Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 20 Sep 2026 01:48:28 +0000 Subject: [PATCH] Update DAV_Containers/Webdav_Server/config.yaml --- DAV_Containers/Webdav_Server/config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DAV_Containers/Webdav_Server/config.yaml b/DAV_Containers/Webdav_Server/config.yaml index ad75d2b..03d2a35 100644 --- a/DAV_Containers/Webdav_Server/config.yaml +++ b/DAV_Containers/Webdav_Server/config.yaml @@ -7,6 +7,6 @@ prefix: / directory: /data permissions: none users: - - username: webdav - password: "PASTE_HASH_HERE" + - username: "{env}WEBDAV_USER" + password: "{env}WEBDAV_PASSWORD" permissions: CRUD \ No newline at end of file