Use the admin.stg FAS url in the bodhi staging config

This commit is contained in:
Luke Macken 2014-06-12 15:07:41 +00:00
parent 0d78cf7ba3
commit 080a9cd52f

View file

@ -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"