Point the fmn frontend at datanommer.
This commit is contained in:
parent
58b8b85ef0
commit
1a791a6e0e
2 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,4 @@
|
||||||
10.5.126.81 memcached03 memcached03.stg app01 app01.stg
|
10.5.126.81 memcached03 memcached03.stg app01 app01.stg
|
||||||
|
|
||||||
10.5.126.85 db-notifs db-notifs
|
10.5.126.85 db-notifs db-notifs
|
||||||
|
10.5.126.85 db-datanommer db-datanommer
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
config = {
|
config = {
|
||||||
|
# This is for *our* database
|
||||||
"fmn.sqlalchemy.uri": "postgresql://{{notifs_db_user}}:{{notifs_db_password}}@db-notifs/notifications",
|
"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",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue