diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/vanilla-server.json | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/conf/vanilla-server.json b/conf/vanilla-server.json index da222bb..4f79ad6 100644 --- a/conf/vanilla-server.json +++ b/conf/vanilla-server.json @@ -51,16 +51,28 @@ "domain": "" }, "postRatePublish": { - "protocol": "amqp", - "hostname": "localhost", - "port": 5672, - "username": "", - "password": "", - "locale": "en_US", - "frameMax": 0, - "heartbeat": 0, - "vhost": "/", - "queueName": "postrate" + "protocol": "amqp", + "hostname": "localhost", + "port": 5672, + "username": "", + "password": "", + "locale": "en_US", + "frameMax": 0, + "heartbeat": 0, + "vhost": "/", + "exchange": "postrate" + }, + "deltaPublish": { + "protocol": "amqp", + "hostname": "localhost", + "port": 5672, + "username": "", + "password": "", + "locale": "en_US", + "frameMax": 0, + "heartbeat": 0, + "vhost": "/", + "exchange": "quoteupdate" } }, "c1export": { |