Ensure that aws ses stub client is not run in production

This commit is contained in:
Pea Tyczynska
2020-06-03 12:34:04 +01:00
committed by David McDonald
parent 6422a88c8c
commit 8b7a0b88cb
2 changed files with 3 additions and 2 deletions

View File

@@ -486,6 +486,7 @@ class Live(Config):
PERFORMANCE_PLATFORM_ENABLED = True
API_RATE_LIMIT_ENABLED = True
CHECK_PROXY_HEADER = True
SES_STUB_URL = None
CRONITOR_ENABLED = True