From 030990bb089396fb8eebf38c35e2e0915dcc9392 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 26 May 2025 13:39:24 +0800 Subject: [PATCH] . --- supabase/postgres/supervisord.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/supabase/postgres/supervisord.conf b/supabase/postgres/supervisord.conf index 1c9b7ed..634edc8 100644 --- a/supabase/postgres/supervisord.conf +++ b/supabase/postgres/supervisord.conf @@ -33,8 +33,7 @@ user=root stderr_logfile=/var/log/postgrest.err.log stdout_logfile=/var/log/postgrest.out.log environment=PGRST_DB_URI="postgres://postgres:postgres@localhost:5432/postgres",PGRST_DB_ANON_ROLE="anon",PGRST_DB_SCHEMA="public",PGRST_JWT_SECRET="super-secret-jwt-token-with-at-least-32-characters-long",PGRST_SERVER_PORT="3000",PGRST_LOG_LEVEL="debug" -autostart=false -autorestart=false + [program:auth] command=/bin/bash /supabase/gotrue/wrapper.sh