From f472d0bcb45b63ce533b7dae0bd5c9ff398298b4 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 9 Dec 2013 19:52:44 +0000 Subject: [PATCH] Change notifs db name. --- roles/notifs-frontend/templates/fmn.web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs-frontend/templates/fmn.web.py b/roles/notifs-frontend/templates/fmn.web.py index eea55012d0..0a05901ca9 100644 --- a/roles/notifs-frontend/templates/fmn.web.py +++ b/roles/notifs-frontend/templates/fmn.web.py @@ -1,3 +1,3 @@ config = { - "fmn.sqlalchemy.uri": "postgresql://${notifs_db_user}:${notifs_db_password}@db-notifs/notifs", + "fmn.sqlalchemy.uri": "postgresql://${notifs_db_user}:${notifs_db_password}@db-notifs/notifications", }