Fix template.
This commit is contained in:
parent
c491f23eb4
commit
24ed8e7a1a
1 changed files with 4 additions and 0 deletions
|
@ -55,7 +55,11 @@ tg.ignore_parameters = ["_csrf_token"]
|
|||
|
||||
##############################
|
||||
# Fedora Account System config
|
||||
{% 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