From eb63537a96664d2a907ec4244927b189680572cd Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 8 Jan 2015 16:26:27 +0000 Subject: [PATCH] Also needs some fas credentials. --- roles/notifs/frontend/templates/fmn.web.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/roles/notifs/frontend/templates/fmn.web.py b/roles/notifs/frontend/templates/fmn.web.py index bebdba7164..1fe5869d28 100644 --- a/roles/notifs/frontend/templates/fmn.web.py +++ b/roles/notifs/frontend/templates/fmn.web.py @@ -12,6 +12,19 @@ config = { "fmn.web.default_login": "fedora_login", + {% if env == 'staging' %} + "fas_credentials": { + "username": "{{fedoraDummyUser}}", + "password": "{{fedoraDummyUserPassword}}", + "base_url": "https://admin.stg.fedoraproject.org/accounts", + }, + {% else %} + "fas_credentials": { + "username": "{{fedoraDummyUser}}", + "password": "{{fedoraDummyUserPassword}}", + }, + {% endif %} + # Some configuration for the rule processors "fmn.rules.utils.use_pkgdb2": True, {% if env == 'staging' %}