From 082f17f940eb5c1754e5b074e3f5158995dbdb28 Mon Sep 17 00:00:00 2001 From: Gionata Mettifogo Date: Sun, 7 Apr 2024 11:56:46 +0200 Subject: [PATCH] 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 --- templates/compose/supabase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/supabase.yaml b/templates/compose/supabase.yaml index 8a0c68bb8..356beb501 100644 --- a/templates/compose/supabase.yaml +++ b/templates/compose/supabase.yaml @@ -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