Do not send email for now

This commit is contained in:
Pierre-Yves Chibon 2017-02-24 19:02:53 +01:00
parent 02e54075a1
commit 83c8942b04

View file

@ -11,7 +11,7 @@ ADMIN_SESSION_LIFETIME = timedelta(minutes=20)
SECRET_KEY='{{ distgit_pagure_secret_key }}'
SALT_EMAIL='{{ distgit_pagure_secret_salt_email }}'
EMAIL_SEND = True
EMAIL_SEND = False
# This is required so that login specifies https
PREFERRED_URL_SCHEME='https'