summaryrefslogtreecommitdiffstats
path: root/roles/darkserver/backend/files/loopback.py
blob: 3b8b02136b8f2fbb6e1ed6e4a5438dc2ee944aad (plain)
1
2
3
4
5
6
7
8
9
10
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',
        ],
    },
}