Add a configuration to totally disable the mailer

This commit is contained in:
raydds
2020-01-16 11:21:13 -05:00
parent d89948a59a
commit 1fa5de6f90
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ CRL_FAIL_OPEN = false
CRL_STORAGE_CONTAINER = crls
CSP=mock
DEBUG = true
DEBUG_MAILER = false
DISABLE_CRL_CHECK = false
ENVIRONMENT = dev
LIMIT_CONCURRENT_SESSIONS = false