Try setting up relay and gateway on new busgateway01.
This commit is contained in:
parent
c53b02cf35
commit
f889df3727
5 changed files with 113 additions and 4 deletions
7
roles/fedmsg/gateway/files/gateway.py
Normal file
7
roles/fedmsg/gateway/files/gateway.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
config = {
|
||||
# Tell fedmsg-gateway where its special outgoing port is.
|
||||
'fedmsg.consumers.gateway.port': 9940,
|
||||
|
||||
# Set this number to near, but not quite the fs.file-limit. Try 160000.
|
||||
'fedmsg.consumers.gateway.high_water_mark': 160000,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue