This commit is contained in:
parent
176d104c8c
commit
d592bff8ca
|
|
@ -30,12 +30,11 @@ autorestart=true
|
||||||
user=root
|
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=
|
environment=PGRST_DB_URI=PGRST_DB_URI="postgres://postgres:postgres@localhost:54321/postgres",\
|
||||||
PGRST_DB_URI=PGRST_DB_URI="postgres://postgres:postgres@localhost:54321/postgres",
|
PGRST_DB_ANON_ROLE="anon",\
|
||||||
PGRST_DB_ANON_ROLE="anon",
|
PGRST_DB_SCHEMA="public",\
|
||||||
PGRST_DB_SCHEMA="public",
|
PGRST_JWT_SECRET="super-secret-jwt-token-with-at-least-32-characters-long",\
|
||||||
PGRST_JWT_SECRET="super-secret-jwt-token-with-at-least-32-characters-long",
|
PGRST_SERVER_PORT="3000",\
|
||||||
PGRST_SERVER_PORT="3000",
|
|
||||||
PGRST_LOG_LEVEL="debug"
|
PGRST_LOG_LEVEL="debug"
|
||||||
|
|
||||||
# [program:kong]
|
# [program:kong]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue