Dockerfile has typo in server proxy uri variable (#968)
* s/URL/URI/ in dockerfile * Treat blank proxy uri as missing
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ ENV PGRST_DB_URI= \
|
||||
PGRST_DB_POOL=100 \
|
||||
PGRST_SERVER_HOST=*4 \
|
||||
PGRST_SERVER_PORT=3000 \
|
||||
PGRST_SERVER_PROXY_URL= \
|
||||
PGRST_SERVER_PROXY_URI= \
|
||||
PGRST_JWT_SECRET= \
|
||||
PGRST_SECRET_IS_BASE64=false \
|
||||
PGRST_MAX_ROWS= \
|
||||
|
||||
Reference in New Issue
Block a user