Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Add OAI_ORE_URL to heroku settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Graves committed Oct 29, 2015
1 parent 11f179b commit 77743d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kepler/settings.py
Expand Up @@ -21,6 +21,7 @@ def __init__(self):
self.GEOSERVER_WORKSPACE = os.environ['GEOSERVER_WORKSPACE']
self.GEOSERVER_DATASTORE = os.environ['GEOSERVER_DATASTORE']
self.SOLR_URL = os.environ['SOLR_URL']
self.OAI_ORE_URL = os.environ['OAI_ORE_URL']
self.SWORD_SERVICE_URL = os.environ['SWORD_SERVICE_URL']
self.SWORD_SERVICE_USERNAME = os.environ['SWORD_SERVICE_USERNAME']
self.SWORD_SERVICE_PASSWORD = os.environ['SWORD_SERVICE_PASSWORD']
Expand Down

0 comments on commit 77743d4

Please sign in to comment.