Skip to content

Commit

Permalink
change deprecated config var
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Jan 13, 2023
1 parent 3347796 commit 5abb3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Config(object):
DEPARTMENT_NAME = os.environ.get("DEPARTMENT_NAME")
DEPARTMENT_URL = os.environ.get("DEPARTMENT_URL")
RATELIMIT_HEADERS_ENABLED = True
RATELIMIT_STORAGE_URL = os.environ.get("REDIS_URL")
RATELIMIT_STORAGE_URI = os.environ.get("REDIS_URL")
SECRET_KEY = os.environ.get("SECRET_KEY")
SERVICE_NAME = os.environ.get("SERVICE_NAME")
SERVICE_PHASE = os.environ.get("SERVICE_PHASE")
Expand Down

0 comments on commit 5abb3e1

Please sign in to comment.