diff --git a/roles/fedocal/templates/fedocal.cfg b/roles/fedocal/templates/fedocal.cfg index a73e77b5dc..d21e0b0b1a 100644 --- a/roles/fedocal/templates/fedocal.cfg +++ b/roles/fedocal/templates/fedocal.cfg @@ -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 %}