Use the admin.stg FAS url in the bodhi staging config
This commit is contained in:
parent
0d78cf7ba3
commit
080a9cd52f
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue