fix: correct Go template syntax for AUTH_USERS variable

This commit is contained in:
2025-11-06 19:01:10 +01:00
parent fb7aab6991
commit dac3e89f47

View File

@@ -13,7 +13,7 @@ http:
vert-auth:
basicAuth:
users:
- "{{ env AUTH_USERS }}"
- '{{ env "AUTH_USERS" }}'
vert-compress:
compress: {}