Fix password format in .env file and traefik.yml

This commit is contained in:
2024-02-28 15:00:29 +08:00
parent 4b78dcebab
commit 1e05b3a44f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ http:
auth:
basicAuth:
users:
- {{env "DASHBOARD_USER"}}:{{env "DASHBOARD_PASSWORD"}}
- "{{env "DASHBOARD_USER"}}:{{env "DASHBOARD_PASSWORD"}}"
csrf:
# https://doc.traefik.io/traefik/middlewares/http/headers/#hostsproxyheaders
# https://docs.djangoproject.com/en/dev/ref/csrf/#ajax