Skip to content

Commit 0234279

Browse files
authored
Merge pull request #80 from mattrigg9/kong-syntax-fix
fix: add brackets to Kong secrets in template
2 parents 6036609 + dee1583 commit 0234279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/kong/kong-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ consumers:
1717
- username: DASHBOARD
1818
- username: anon
1919
keyauth_credentials:
20-
- key: $SUPABASE_ANON_KEY
20+
- key: ${SUPABASE_ANON_KEY}
2121
- username: service_role
2222
keyauth_credentials:
23-
- key: $SUPABASE_SERVICE_KEY
23+
- key: ${SUPABASE_SERVICE_KEY}
2424

2525
###
2626
### Access Control List

0 commit comments

Comments
 (0)