Pull DVLA address from credentials on staging

So that we can test this flow on staging.
This commit is contained in:
Pea Tyczynska
2021-02-24 11:34:29 +00:00
parent 8e3ef5ff05
commit f3e0cfc727

View File

@@ -515,6 +515,7 @@ class Staging(Config):
FROM_NUMBER = 'stage'
API_RATE_LIMIT_ENABLED = True
CHECK_PROXY_HEADER = True
DVLA_EMAIL_ADDRESS = os.getenv('DVLA_EMAIL_ADDRESS')
class Live(Config):