Make pagure link upon login be https
This commit is contained in:
parent
466710a3f1
commit
a38d133e38
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue