Change db-load-guc-config to db-config
Make clear that in-db config is being read
This commit is contained in:
committed by
Steve Chavez
parent
498e77215a
commit
d3a8b5f6e1
@@ -12,7 +12,7 @@ export PGRST_DB_POOL="1"
|
||||
export PGRST_SERVER_HOST="127.0.0.1"
|
||||
export PGRST_SERVER_PORT="$pgrPort"
|
||||
export PGRST_JWT_SECRET="reallyreallyreallyreallyverysafe"
|
||||
export PGRST_DB_LOAD_GUC_CONFIG="false"
|
||||
export PGRST_DB_CONFIG="false"
|
||||
|
||||
trap "kill 0" int term exit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user