Specify the preferred url scheme and the openid endpoint in stg for kerneltest
This commit is contained in:
parent
c5f62a3338
commit
8916a3779a
1 changed files with 9 additions and 0 deletions
|
@ -27,3 +27,12 @@ ALLOWED_MIMETYPES = ['text/plain', 'text/x-log']
|
|||
|
||||
# Restrict the size of content uploaded, this is 10Kb
|
||||
MAX_CONTENT_LENGTH = 1024 * 10
|
||||
|
||||
|
||||
# This is required to fix login
|
||||
PREFERRED_URL_SCHEME='https'
|
||||
|
||||
{% if env == 'staging' %}
|
||||
FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/'
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue