update config to use fasjson and give it the address
Signed-off-by: Stephen Coady <scoady@redhat.com>
This commit is contained in:
parent
94b32cee08
commit
7e7cef94ad
1 changed files with 5 additions and 8 deletions
|
@ -60,8 +60,11 @@ blocked_toddlers = ["debug"]
|
|||
mail_server = "bastion.fedoraproject.org"
|
||||
admin_email = "admin@fedoraproject.org"
|
||||
|
||||
# Account to use to connect to FAS
|
||||
fas_url = "https://admin.fedoraproject.org/accounts"
|
||||
# Use fasjson instead of FAS
|
||||
fasjson = true
|
||||
|
||||
# Account to use to connect to FAS/FASJSON
|
||||
fas_url = "https://fasjson.fedoraproject.org/"
|
||||
fas_username = "{{ fedoraDummyUser }}"
|
||||
fas_password = "{{ fedoraDummyUserPassword }}"
|
||||
|
||||
|
@ -138,12 +141,6 @@ notify_admins = [
|
|||
"kevin@fedoraproject.org",
|
||||
"pingou@fedoraproject.org",
|
||||
]
|
||||
# Use fasjson instead of FAS
|
||||
{% if env == "staging" %}
|
||||
fasjson = true
|
||||
{% else %}
|
||||
fasjson = false
|
||||
{% endif %}
|
||||
|
||||
# PDC types mapping for distgit_bugzilla_sync toddler
|
||||
[consumer_config.distgit_bugzilla_sync.pdc_types]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue