Modernize vars in fmn roles.
This commit is contained in:
parent
b4ea2a7bcd
commit
782e80bc50
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ config = {
|
||||||
|
|
||||||
# Consumer stuff
|
# Consumer stuff
|
||||||
"fmn.consumer.enabled": True,
|
"fmn.consumer.enabled": True,
|
||||||
"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",
|
||||||
|
|
||||||
# Some configuration for the rule processors
|
# Some configuration for the rule processors
|
||||||
"fmn.rules.utils.use_pkgdb2": False,
|
"fmn.rules.utils.use_pkgdb2": False,
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
config = {
|
config = {
|
||||||
"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",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue