notifs-backend / staging: try using the stg db in stg
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c679788f00
commit
7cba0da13f
1 changed files with 4 additions and 0 deletions
|
@ -35,7 +35,11 @@ config = {
|
||||||
|
|
||||||
# Consumer stuff
|
# Consumer stuff
|
||||||
"fmn.consumer.enabled": True,
|
"fmn.consumer.enabled": True,
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
"fmn.sqlalchemy.uri": "postgresql://{{notifs_db_user}}:{{notifs_db_password}}@db01.stg.iad2.fedoraproject.org/notifications",
|
||||||
|
{% else %}
|
||||||
"fmn.sqlalchemy.uri": "postgresql://{{notifs_db_user}}:{{notifs_db_password}}@db01.iad2.fedoraproject.org/notifications",
|
"fmn.sqlalchemy.uri": "postgresql://{{notifs_db_user}}:{{notifs_db_password}}@db01.iad2.fedoraproject.org/notifications",
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if env != 'staging' %}
|
{% if env != 'staging' %}
|
||||||
# Auto create accounts for new packagers.
|
# Auto create accounts for new packagers.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue