Skip to content

Commit

Permalink
Use geoserver instead of gs (partial revert)
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Feb 14, 2019
1 parent 80c3bff commit e8291bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/spcgeonode/django/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else
fi
fi

export GEOSERVER_PUBLIC_LOCATION="${SITEURL}/gs/"
export GEOSERVER_PUBLIC_LOCATION="${SITEURL}/geoserver/"

# Run migrations
echo 'Running initialize.py...'
Expand Down
2 changes: 1 addition & 1 deletion scripts/spcgeonode/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ x-common-django:
- MEDIA_ROOT=/spcgeonode-media/
- STATIC_URL=/static/
- MEDIA_URL=/uploaded/
- GEOSERVER_LOCATION=http://nginx/gs/
- GEOSERVER_LOCATION=http://nginx/geoserver/
- ASYNC_SIGNALS=True
# TODO : we should probably remove this and set Celery to use JSON serialization instead of pickle
- C_FORCE_ROOT=True
Expand Down

0 comments on commit e8291bf

Please sign in to comment.