This commit is contained in:
hailin 2025-05-17 14:06:35 +08:00
parent d592bff8ca
commit 552a438c93
1 changed files with 1 additions and 6 deletions

View File

@ -30,12 +30,7 @@ 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",\
PGRST_LOG_LEVEL="debug"
environment=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]
# command=/supabase/kong/docker-entrypoint.sh kong docker-start