Skip to content

Commit

Permalink
Do not set a default for PUBLIC_LOCATION, instead the code should def…
Browse files Browse the repository at this point in the history
…ault to LOCATION if PUBLIC_LOCATION is not set
  • Loading branch information
ingenieroariel committed Sep 24, 2013
1 parent 935125f commit 59e1001
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geonode/utils.py
Expand Up @@ -116,7 +116,6 @@ def ensure_defaults(self, alias):

server.setdefault('BACKEND', 'geonode.geoserver')
server.setdefault('LOCATION', 'http://localhost:8080/geoserver/')
server.setdefault('PUBLIC_LOCATION', 'http://localhost:8080/geoserver/')
server.setdefault('USER', 'admin')
server.setdefault('PASSWORD', 'geoserver')
server.setdefault('DATASTORE', str())
Expand Down

0 comments on commit 59e1001

Please sign in to comment.