Also test Postorius on deploy
This commit is contained in:
parent
07fb19d7b2
commit
0b2658eb42
2 changed files with 9 additions and 1 deletions
|
@ -16,3 +16,11 @@ DATABASES = {
|
|||
'NAME': ':memory:',
|
||||
}
|
||||
}
|
||||
|
||||
# Mailman API credentials for testing Postorius
|
||||
MAILMAN_API_URL = 'http://localhost:9001'
|
||||
MAILMAN_USER = 'restadmin'
|
||||
MAILMAN_PASS = 'restpass'
|
||||
|
||||
VCR_RECORD_MODE = 'once'
|
||||
USE_SSL = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue