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:
parent
74e3524e92
commit
082f17f940
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user