Make stg fedocal use stg fedoauth

This commit is contained in:
Patrick Uiterwijk 2014-06-16 14:21:31 +00:00
parent 48df03e436
commit c99a5c03e2

View file

@ -35,6 +35,7 @@ PREFERRED_URL_SCHEME='https'
{% if env == 'staging' %}
APP_URL = 'https://apps.stg.fedoraproject.org/calendar/'
FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/'
{% else %}
APP_URL = 'https://apps.fedoraproject.org/calendar/'
{% endif %}