fix: correct Go template syntax for AUTH_USERS variable
This commit is contained in:
@@ -13,7 +13,7 @@ http:
|
||||
vert-auth:
|
||||
basicAuth:
|
||||
users:
|
||||
- "{{ env AUTH_USERS }}"
|
||||
- '{{ env "AUTH_USERS" }}'
|
||||
|
||||
vert-compress:
|
||||
compress: {}
|
||||
|
||||
Reference in New Issue
Block a user