Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 368 Bytes

PostgREST_Environment_Vars.md

File metadata and controls

13 lines (12 loc) · 368 Bytes

Environment variables

export PGRST_DB_URI="postgres://user:pass@host:5432/dbname" export PGRST_DB_SCHEMA="" export PGRST_DB_ANON_ROLE="" export PGRST_DB_POOL="" export PGRST_SERVER_HOST="" export PGRST_SERVER_PORT="" export PGRST_SERVER_PROXY_URL="" export PGRST_JWT_SECRET="" export PGRST_SECRET_IS_BASE64="" export PGRST_MAX_ROWS="" export PGRST_PRE_REQUEST=""