mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 19:06:39 +08:00
Try fixing stg datagrepper.
This commit is contained in:
@@ -8,7 +8,7 @@ config = {
|
||||
# expect the amount of data it generates to grow pretty steadily over time
|
||||
# and we don't want *read* operations on that database to slow down all our
|
||||
# other apps.
|
||||
{% if environment == "staging" %}
|
||||
{% if env == "staging" %}
|
||||
'datanommer.sqlalchemy.url': 'postgresql://{{ datanommerDBUser }}:{{ datanommerDBPassword }}@db-datanommer.stg.phx2.fedoraproject.org/datanommer',
|
||||
'fedmenu_url': 'https://apps.stg.fedoraproject.org/fedmenu',
|
||||
'fedmenu_data_url': 'https://apps.stg.fedoraproject.org/js/data.js',
|
||||
|
||||
Reference in New Issue
Block a user