Merge pull request #1943 from gionatamettifogo/main

Update supabase.yaml - JWT_SERCET -> should be JWT_SECRET
This commit is contained in:
Andras Bacsai
2024-04-08 15:16:15 +02:00
committed by GitHub

View File

@@ -15,7 +15,7 @@ services:
condition: service_healthy condition: service_healthy
environment: environment:
- SERVICE_FQDN_SUPABASE_8000 - SERVICE_FQDN_SUPABASE_8000
- JWT_SERCET=${SERVICE_PASSWORD_JWT} - JWT_SECRET=${SERVICE_PASSWORD_JWT}
- KONG_DATABASE=off - KONG_DATABASE=off
- KONG_DECLARATIVE_CONFIG=/home/kong/kong.yml - KONG_DECLARATIVE_CONFIG=/home/kong/kong.yml
# https://github.com/supabase/cli/issues/14 # https://github.com/supabase/cli/issues/14