Change server-host default of *4 to 127.0.0.1

This commit is contained in:
steve-chavez
2018-08-16 11:15:09 -05:00
committed by Steve Chávez
parent 93f10adb3c
commit 2066220244
7 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ ENV PGRST_DB_URI= \
PGRST_DB_SCHEMA=public \
PGRST_DB_ANON_ROLE= \
PGRST_DB_POOL=100 \
PGRST_SERVER_HOST=*4 \
PGRST_SERVER_HOST="127.0.0.1" \
PGRST_SERVER_PORT=3000 \
PGRST_SERVER_PROXY_URI= \
PGRST_JWT_SECRET= \