Skip to content

Commit

Permalink
- Packagind scripts updates
Browse files Browse the repository at this point in the history
  • Loading branch information
geo committed Jul 5, 2018
1 parent cc4bbe6 commit 3b23fca
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 @@ -43,7 +43,7 @@ HOSTNAME = _surl.hostname
if not SITEURL.endswith('/'):
SITEURL = '{}/'.format(SITEURL)

ALLOWED_HOSTS = ['localhost', 'geonode.example.com']
ALLOWED_HOSTS = [HOSTNAME, 'localhost']

# TIME_ZONE = 'Europe/Paris'

Expand Down

0 comments on commit 3b23fca

Please sign in to comment.