From 9b5cd4e89f8d8778994a01eca641d4b78296c4d9 Mon Sep 17 00:00:00 2001 From: Austin Schaffer Date: Wed, 13 Nov 2019 14:08:42 -0500 Subject: [DEV-5312] Call data-processor and instantiate classes --- conf/vanilla-server.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'conf') diff --git a/conf/vanilla-server.json b/conf/vanilla-server.json index e924fb1..523bb7b 100644 --- a/conf/vanilla-server.json +++ b/conf/vanilla-server.json @@ -51,17 +51,18 @@ "domain": "" }, "postRatePublish": { - "protocol": "amqp", - "hostname": "localhost", - "port": 5672, - "username": "", - "password": "", - "locale": "en_US", - "frameMax": 0, - "heartbeat": 0, - "vhost": "/", - "exchange": "postrate" + "protocol": "amqp", + "hostname": "localhost", + "port": 5672, + "username": "", + "password": "", + "locale": "en_US", + "frameMax": 0, + "heartbeat": 0, + "vhost": "/", + "queueName": "postrate" } + }, "c1export": { "host": "localhost", -- cgit v1.2.1