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