From 8d1fe3ad6f2abf9ed62c128e5885c6325c9d3d5c Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Mon, 15 May 2017 18:12:44 +0000 Subject: [PATCH] Configure staging Bodhi to use the correct DB hostname. Signed-off-by: Randy Barlow --- roles/bodhi2/base/templates/staging.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index ef4fd557a4..71705f5944 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -397,7 +397,7 @@ debugtoolbar.hosts = 127.0.0.1 ::1 ## ## Database ## -sqlalchemy.url = postgresql://bodhi2:{{ bodhi2PasswordSTG }}@db-bodhi/bodhi2 +sqlalchemy.url = postgresql://bodhi2:{{ bodhi2PasswordSTG }}@pgbdr.stg.phx2.fedoraproject.org/bodhi2 ## ## Templates