Ipsilon 2.0 is in prod

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-11-24 18:01:47 +00:00
parent 4bf3e4d04b
commit fd0a78df1a

View file

@ -1,9 +1,5 @@
[login_config]
{% if env == "staging" %}
global enabled=gssapi,fas
{% else %}
global enabled=fas
{% endif %}
{% if env == 'staging' %}
fas FAS url=https://admin.stg.fedoraproject.org/accounts/
{% else %}
@ -13,9 +9,7 @@ fas FAS Proxy client user Agent=Fedora Ipsilon
fas FAS Insecure Auth=False
[info_config]
{% if env == "staging" %}
global enabled=fas
{% endif %}
{% if env == 'staging' %}
fas FAS url=https://admin.stg.fedoraproject.org/accounts/
{% else %}