diff options
Diffstat (limited to 'conf/vanilla-server.json')
-rw-r--r-- | conf/vanilla-server.json | 21 |
1 files changed, 11 insertions, 10 deletions
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", |