revert back to old naming as new naming was no longer needed

pull/6/head
Chris Veilleux 2018-09-28 12:09:43 -05:00
parent 8ecc596fdd
commit af52de4d70
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class BaseConfig:
"""Base configuration."""
DEBUG = False
SECRET_KEY = os.environ['JWT_SECRET']
SERVICE_API_BASE_URL = os.environ['SERVICE_API_BASE_URL']
SELENE_BASE_URL = os.environ['SELENE_BASE_URL']
TARTARUS_BASE_URL = os.environ['TARTARUS_BASE_URL']