enabling fedmenu in blockerbugs stg
This commit is contained in:
parent
4d72631446
commit
d38c791654
1 changed files with 6 additions and 0 deletions
|
@ -24,3 +24,9 @@ PREFERRED_URL_SCHEME='https'
|
||||||
|
|
||||||
# Make browsers send session cookie only via HTTPS
|
# Make browsers send session cookie only via HTTPS
|
||||||
SESSION_COOKIE_SECURE = True
|
SESSION_COOKIE_SECURE = True
|
||||||
|
|
||||||
|
# enable fedmenu
|
||||||
|
{% if env == "staging" %}
|
||||||
|
FEDMENU_URL = 'https://apps.fedoraproject.org/fedmenu/js/fedmenu.js'
|
||||||
|
FEDMENU_DATA_URL = 'https://apps.fedoraproject.org/js/data.js'
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue