mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Use the admin.stg FAS url in the bodhi staging config
This commit is contained in:
@@ -98,7 +98,11 @@ jobs = 'cache_release_data'
|
||||
|
||||
# FAS2
|
||||
#sqlalchemy.dburi="sqlite:///"
|
||||
{% if env == "staging" %}
|
||||
fas.url = 'https://admin.stg.fedoraproject.org/accounts/'
|
||||
{% else %}
|
||||
fas.url = 'https://admin.fedoraproject.org/accounts/'
|
||||
{% endif %}
|
||||
identity.provider='jsonfas2'
|
||||
identity.saprovider.model.visit="fedora.accounts.tgfas.VisitIdentity"
|
||||
visit.manager="jsonfas2"
|
||||
|
||||
Reference in New Issue
Block a user