Skip to content

Commit

Permalink
change default external host
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofer authored Jan 20, 2025
1 parent 15d31ea commit 618e719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SCHEME_EXTERNAL=http
HOST_EXTERNAL = 172.25.193.89 # ping host.docker.internal
HOST_EXTERNAL = 172.20.0.1 # ping host.docker.internal
#HOST_EXTERNAL=localhost
POSTGRES_PORT_EXTERNAL=5435
WEBAPP_PORT_EXTERNAL=9889
Expand Down Expand Up @@ -39,4 +39,4 @@ QGIS_PLUGINPATH=/plugins
# QGIS_SERVER_LOG_FILE=/var/log/qgis.log
QGIS_SERVER_LOG_LEVEL=2
QGIS_SERVER_LOG_PROFILE=1
QGIS_SERVER_LOG_STDERR=1
QGIS_SERVER_LOG_STDERR=1

0 comments on commit 618e719

Please sign in to comment.