Remove global fedmsg references to pagure.
This commit is contained in:
parent
6127a6b839
commit
77c7a11536
2 changed files with 0 additions and 21 deletions
|
@ -89,19 +89,6 @@ config = dict(
|
|||
for i in range(2)
|
||||
],
|
||||
|
||||
# pagure runs as 4 procs and 4 threads, so 16 endpoints in total.
|
||||
{% if env != 'staging' %}
|
||||
"pagure.pagure01": [
|
||||
"tcp://pagure01.fedoraproject.org:30%02i" % i
|
||||
for i in range(16)
|
||||
],
|
||||
{% else %}
|
||||
"pagure.pagure-stg01": [
|
||||
"tcp://pagure-stg01.fedoraproject.org:30%02i" % i
|
||||
for i in range(16)
|
||||
],
|
||||
{% endif %}
|
||||
|
||||
# mizdebsk says he thinks we'll need three sockets. Two services
|
||||
# (koschei-resolver and koschei-polling) are only sending messages, one
|
||||
# service (koschei-watcher) can both send and receive them. The wsgi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue