Let's use the proper configuration key to send email...
This commit is contained in:
parent
617b679ab9
commit
e0f27c5a74
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ ADMIN_SESSION_LIFETIME = timedelta(minutes=20)
|
|||
SECRET_KEY='{{ pagure_secret_key }}'
|
||||
SALT_EMAIL='{{ pagure_secret_salt_email }}'
|
||||
|
||||
SEND_EMAIL = True
|
||||
EMAIL_SEND = True
|
||||
|
||||
### url to the database server:
|
||||
#DB_URL=mysql://user:pass@host/db_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue