From 411468936fe4570d5a698f8f92bf24b26f338373 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 11 May 2019 14:15:29 +0200 Subject: [PATCH] Make totpcgi use db-fas.stg in stg Signed-off-by: Patrick Uiterwijk --- roles/totpcgi/templates/configmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/totpcgi/templates/configmap.yml b/roles/totpcgi/templates/configmap.yml index eb1a5205ba..0f8aa59ce8 100644 --- a/roles/totpcgi/templates/configmap.yml +++ b/roles/totpcgi/templates/configmap.yml @@ -68,7 +68,7 @@ data: AuthType Basic AuthName "Fedora totpcgi" - Auth_PG_host db-fas + Auth_PG_host db-fas{{ env_suffix }} Auth_PG_port 5432 Auth_PG_user fasreadonly Auth_PG_pwd {{ fasReadOnlyPassword }}