This commit is contained in:
parent
7973bc9d40
commit
030990bb08
|
|
@ -33,8 +33,7 @@ user=root
|
||||||
stderr_logfile=/var/log/postgrest.err.log
|
stderr_logfile=/var/log/postgrest.err.log
|
||||||
stdout_logfile=/var/log/postgrest.out.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"
|
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]
|
[program:auth]
|
||||||
command=/bin/bash /supabase/gotrue/wrapper.sh
|
command=/bin/bash /supabase/gotrue/wrapper.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue