add SEND_MAIL variable so copr can send emails

This commit is contained in:
Miroslav Suchý 2014-04-10 10:08:18 +00:00
parent 6ac3dcc402
commit 4f92195d8a

View file

@ -28,3 +28,6 @@ SQLALCHEMY_ECHO = False
CSRF_ENABLED = True
WTF_CSRF_ENABLED = True
# send emails when user's perms change in project?
SEND_EMAILS = True