From c99a5c03e2d6120a38d6fa9516a9969026c4b982 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 16 Jun 2014 14:21:31 +0000 Subject: [PATCH] Make stg fedocal use stg fedoauth --- roles/fedocal/templates/fedocal.cfg | 1 + 1 file changed, 1 insertion(+) 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 %}