Try to fix login on pkgdb2 in stg

This commit is contained in:
Pierre-Yves Chibon 2014-04-08 20:55:59 +02:00
parent 8835676e6d
commit afd4a8c207

View file

@ -76,3 +76,7 @@ PKGDB2_EMAIL_SMTP_SERVER = 'localhost'
## package or something alike. These emails are sent to the address set
## here:
MAIL_ADMIN = 'pingou@fedoraproject.org'
# This is required to fix login
PREFERRED_URL_SCHEME='https'