Fix typo that breaks playbook.
This commit is contained in:
parent
38f7cdfa9d
commit
1a82eb18e9
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ FEDMENU_URL = "https://apps.fedoraproject.org/fedmenu/"
|
|||
FEDMENU_DATA_URL = "https://apps.fedoraproject.org/js/data.js"
|
||||
{% endif %}
|
||||
|
||||
{% if env == 'staging %}
|
||||
{% if env == 'staging' %}
|
||||
ENFORCE_PROTOCOL_FOR_BACKEND_URL = "http"
|
||||
ENFORCE_PROTOCOL_FOR_FRONTEND_URL = "http"
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue