mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-16 13:56:11 +08:00
Set fedmsg in active mode, just like we have in our dev environment.
This commit is contained in:
@@ -1,13 +1,6 @@
|
|||||||
import socket
|
|
||||||
hostname = socket.gethostname().split('.')[0]
|
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
# Just enough fedmsg config to start publishing...
|
# Talk to the relay, so things also make it to composer.stg in our dev env
|
||||||
"endpoints": {
|
"active": True,
|
||||||
"rida.%s" % hostname: [
|
|
||||||
"tcp://127.0.0.1:300%i" % i for i in range(10)
|
|
||||||
],
|
|
||||||
},
|
|
||||||
|
|
||||||
# Start of code signing configuration
|
# Start of code signing configuration
|
||||||
# 'sign_messages': True,
|
# 'sign_messages': True,
|
||||||
|
|||||||
Reference in New Issue
Block a user