Turn off fedmsg backlog loading in staging.
This commit is contained in:
parent
a365f42bd8
commit
475bb3949e
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ config = dict(
|
|||
|
||||
# This is the URL of a datagrepper instance that we can query for backlog.
|
||||
{% if env == 'staging' %}
|
||||
datagrepper_url="https://apps.stg.fedoraproject.org/datagrepper/raw",
|
||||
# But we have it turned off in staging.
|
||||
#datagrepper_url="https://apps.stg.fedoraproject.org/datagrepper/raw",
|
||||
{% else %}
|
||||
datagrepper_url="https://apps.fedoraproject.org/datagrepper/raw",
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue