Try setting up relay and gateway on new busgateway01.

This commit is contained in:
Ralph Bean 2014-07-16 22:56:32 +00:00
parent c53b02cf35
commit f889df3727
5 changed files with 113 additions and 4 deletions

View 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,
}