fmn.web needs to know about this too.

This commit is contained in:
Ralph Bean 2014-06-11 13:35:03 +00:00
parent ffa3c11951
commit 3bd8b1ffa3

View file

@ -3,4 +3,6 @@ config = {
"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",
"fmn.backends": ["irc", "email"], # But "android" is disabled.
}