Add db-extra-search-path config param to dockerized postgREST (#1229)
* add db-extra-search-path config param * add default value for PGRST_DB_EXTRA_SEARCH_PATH env variable
This commit is contained in:
committed by
Steve Chávez
parent
1e732ac94a
commit
3900baa6ce
@@ -2,6 +2,7 @@ db-uri = "$(PGRST_DB_URI)"
|
||||
db-schema = "$(PGRST_DB_SCHEMA)"
|
||||
db-anon-role = "$(PGRST_DB_ANON_ROLE)"
|
||||
db-pool = "$(PGRST_DB_POOL)"
|
||||
db-extra-search-path = "$(PGRST_DB_EXTRA_SEARCH_PATH)"
|
||||
|
||||
server-host = "$(PGRST_SERVER_HOST)"
|
||||
server-port = "$(PGRST_SERVER_PORT)"
|
||||
|
||||
Reference in New Issue
Block a user