Pagure should be able to send email
This commit is contained in:
parent
6af63e9fe7
commit
528640825a
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ ADMIN_SESSION_LIFETIME = timedelta(minutes=20)
|
|||
SECRET_KEY='{{ pagure_secret_key }}'
|
||||
SALT_EMAIL='{{ pagure_secret_salt_email }}'
|
||||
|
||||
SEND_EMAIL = True
|
||||
|
||||
### url to the database server:
|
||||
#DB_URL=mysql://user:pass@host/db_name
|
||||
#DB_URL=postgres://user:pass@host/db_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue