From b544764f756e3cb11e149f780bcc361bed8d0864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 12 Apr 2022 10:10:09 +0200 Subject: [PATCH] [FMN] Use staging user for FAS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/notifs/backend/templates/fmn.consumer.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 3a85b65b36..7e45e52cdd 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -95,16 +95,20 @@ config = { "active": True, "url": "https://fasjson.stg.fedoraproject.org/" }, + "fas_credentials": { + "username": "{{fedoraStagingDummyUser}}", + "password": "{{fedoraStagingDummyUserPassword}}", + }, {% else -%} "fasjson": { "active": True, "url": "https://fasjson.fedoraproject.org/" }, - {% endif %} "fas_credentials": { "username": "{{fedoraDummyUser}}", "password": "{{fedoraDummyUserPassword}}", }, + {% endif %} ## Backend stuff ##