Change server-proxy-uri 2 openapi-server-proxy-uri
The server-proxy-uri config option mislead into thinking it was a web server global setting when it's only related to OpenAPI.
This commit is contained in:
committed by
Steve Chavez
parent
9b1224827a
commit
b75e7cef90
+1
-1
@@ -31,7 +31,7 @@ ENV PGRST_DB_URI= \
|
||||
PGRST_DB_EXTRA_SEARCH_PATH=public \
|
||||
PGRST_SERVER_HOST=*4 \
|
||||
PGRST_SERVER_PORT=3000 \
|
||||
PGRST_SERVER_PROXY_URI= \
|
||||
PGRST_OPENAPI_SERVER_PROXY_URI= \
|
||||
PGRST_JWT_SECRET= \
|
||||
PGRST_SECRET_IS_BASE64=false \
|
||||
PGRST_JWT_AUD= \
|
||||
|
||||
Reference in New Issue
Block a user