Skip to content

Commit

Permalink
Align all settings with GEOSERVER_WEB_UI_LOCATION default value
Browse files Browse the repository at this point in the history
  • Loading branch information
francbartoli committed Mar 19, 2019
1 parent da88460 commit 80bb3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/local_settings.py.geoserver.sample
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ GEOSERVER_PUBLIC_PORT = os.getenv(
_default_public_location = 'http://{}:{}/gs/'.format(GEOSERVER_PUBLIC_HOST, GEOSERVER_PUBLIC_PORT) if GEOSERVER_PUBLIC_PORT else 'http://{}/gs/'.format(GEOSERVER_PUBLIC_HOST)

GEOSERVER_WEB_UI_LOCATION = os.getenv(
'GEOSERVER_WEB_UI_LOCATION', _default_public_location
'GEOSERVER_WEB_UI_LOCATION', GEOSERVER_LOCATION
)

GEOSERVER_PUBLIC_LOCATION = os.getenv(
Expand Down

0 comments on commit 80bb3d4

Please sign in to comment.