Rename NOTIFY_API_URL to API_HOST_NAME.

The NOTIFY_API_URL will point to the alpha api.
This commit is contained in:
Rebecca Law
2016-01-19 16:39:04 +00:00
parent 4a7f8213bd
commit 28658c6cc4
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ class NotificationsAdminAPIClient(NotificationsAPIClient):
"secret")
def init_app(self, application):
self.base_url = application.config['NOTIFY_API_URL']
self.base_url = application.config['API_HOST_NAME']
self.client_id = application.config['NOTIFY_API_CLIENT']
self.secret = application.config['NOTIFY_API_SECRET']