prod loopback for stg darkserver-backend.
This commit is contained in:
parent
bcbb477bce
commit
acee8317f9
2 changed files with 16 additions and 0 deletions
11
roles/darkserver/backend/files/loopback.py
Normal file
11
roles/darkserver/backend/files/loopback.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
# This file is for staging only.
|
||||
# It instructs all fedmsg processes on this machine to listen to the production
|
||||
# bus.. as a kind of loopback. We have this here so staging darkserver can test
|
||||
# against all of the prod activity.
|
||||
config = {
|
||||
'endpoints': {
|
||||
'production-loopback': [
|
||||
'tcp://hub.fedoraproject.org:9940',
|
||||
],
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue