Update supabase.yaml - JWT_SERCET -> should be JWT_SECRET

There is a spelling error in supabase.yml that prevents the auth component from working. 

JWT_SERCET -> should be JWT_SECRET
This commit is contained in:
Gionata Mettifogo 2024-04-07 11:56:46 +02:00 committed by GitHub
parent 74e3524e92
commit 082f17f940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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