add SEND_MAIL variable so copr can send emails
This commit is contained in:
parent
6ac3dcc402
commit
4f92195d8a
1 changed files with 3 additions and 0 deletions
|
@ -28,3 +28,6 @@ SQLALCHEMY_ECHO = False
|
||||||
|
|
||||||
CSRF_ENABLED = True
|
CSRF_ENABLED = True
|
||||||
WTF_CSRF_ENABLED = True
|
WTF_CSRF_ENABLED = True
|
||||||
|
|
||||||
|
# send emails when user's perms change in project?
|
||||||
|
SEND_EMAILS = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue