pull in prod messages to test fmn in stg.
This commit is contained in:
parent
0d4daa0d8c
commit
3e20afa366
1 changed files with 9 additions and 0 deletions
|
@ -9,6 +9,15 @@ ircnick = "fedora-notifs"
|
|||
base = "https://apps.%s/notifications/" % domain
|
||||
|
||||
config = {
|
||||
{% if env == 'staging' %}
|
||||
# Pull in messages from production so we can more thoroughly test in stg.
|
||||
"endpoints": {
|
||||
"loopback-from-production": [
|
||||
"tcp://hub.fedoraproject.org:9940",
|
||||
],
|
||||
},
|
||||
{% endif %}
|
||||
|
||||
# Consumer stuff
|
||||
"fmn.consumer.enabled": True,
|
||||
"fmn.sqlalchemy.uri": "postgresql://${notifs_db_user}:${notifs_db_password}@db-notifs/notifications",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue