From d592bff8ca598c0dfb14e81ca70e6ba6c79a19b9 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 17 May 2025 14:00:02 +0800 Subject: [PATCH] . --- supabase/postgres/supervisord.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/supabase/postgres/supervisord.conf b/supabase/postgres/supervisord.conf index 0d7e8ec..c00484e 100644 --- a/supabase/postgres/supervisord.conf +++ b/supabase/postgres/supervisord.conf @@ -30,12 +30,11 @@ autorestart=true user=root stderr_logfile=/var/log/postgrest.err.log stdout_logfile=/var/log/postgrest.out.log -environment= - PGRST_DB_URI=PGRST_DB_URI="postgres://postgres:postgres@localhost:54321/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", +environment=PGRST_DB_URI=PGRST_DB_URI="postgres://postgres:postgres@localhost:54321/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" # [program:kong]