Make pagure link upon login be https

This commit is contained in:
Pierre-Yves Chibon 2016-02-03 12:27:54 +01:00
parent 466710a3f1
commit a38d133e38

View file

@ -13,6 +13,9 @@ SALT_EMAIL='{{ pagure_secret_salt_email }}'
EMAIL_SEND = True
# This is required so that login specifies https
PREFERRED_URL_SCHEME='https'
### url to the database server:
#DB_URL=mysql://user:pass@host/db_name
#DB_URL=postgres://user:pass@host/db_name