Skip to content

Commit

Permalink
Add PLONE_URL in docker requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaboiangiu committed Jun 4, 2019
1 parent e74e04a commit 5182f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemet/local_settings.py.docker
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ if 'FORCE_SCRIPT_NAME' in os.environ:
if 'GEMET_RDFGZ_PATH' in os.environ:
GEMET_RDFGZ_PATH = os.environ['GEMET_RDFGZ_PATH']

ZOPE_URL = os.environ.get('ZOPE_URL', 'http://www.eionet.europa.eu')
PLONE_URL = os.environ.get('PLONE_URL', '')
GEMET_URL = 'http://www.eionet.europa.eu/gemet'

# Fill in the following settings to enable LDAP authentication
Expand Down

0 comments on commit 5182f2a

Please sign in to comment.