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