Point the fmn frontend at datanommer.

This commit is contained in:
Ralph Bean 2014-01-23 21:06:02 +00:00
parent 58b8b85ef0
commit 1a791a6e0e
2 changed files with 4 additions and 0 deletions

View file

@ -9,3 +9,4 @@
10.5.126.81 memcached03 memcached03.stg app01 app01.stg
10.5.126.85 db-notifs db-notifs
10.5.126.85 db-datanommer db-datanommer

View file

@ -1,3 +1,6 @@
config = {
# This is for *our* database
"fmn.sqlalchemy.uri": "postgresql://{{notifs_db_user}}:{{notifs_db_password}}@db-notifs/notifications",
# And this is for the datanommer database
"datanommer.sqlalchemy.url": "postgresql://{{datanommerDBUser}}:{{datanommerDBPassword}}@db-datanommer/datanommer",
}