fas2: turn mail on to false to avoid mail being sent
This commit is contained in:
parent
49473da360
commit
7f2e8d750a
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ sqlalchemy.max_overflow=2
|
||||||
memcached_server = "fas01:11211,fas02:11211"
|
memcached_server = "fas01:11211,fas02:11211"
|
||||||
|
|
||||||
# Sending of email via TurboMail
|
# Sending of email via TurboMail
|
||||||
mail.on = True
|
mail.on = False
|
||||||
mail.smtp.server = 'bastion-dummy'
|
mail.smtp.server = 'bastion-dummy'
|
||||||
#mail.testmode = True
|
#mail.testmode = True
|
||||||
mail.smtp.debug = False
|
mail.smtp.debug = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue