mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Pull DVLA address from credentials on staging
So that we can test this flow on staging.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user