diff options
Diffstat (limited to 'conf/vanilla-server.json')
-rw-r--r-- | conf/vanilla-server.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/conf/vanilla-server.json b/conf/vanilla-server.json index 452dc4c..53d14e4 100644 --- a/conf/vanilla-server.json +++ b/conf/vanilla-server.json @@ -50,7 +50,19 @@ "host": "localhost", "domain": "" }, - "noResultsUrl": "" + "noResultsUrl": "", + "postRatePublish": { + "protocol": "amqp", + "hostname": "localhost", + "port": 5672, + "username": "", + "password": "", + "locale": "en_US", + "frameMax": 0, + "heartbeat": 0, + "vhost": "/", + "queueName": "postrate" + } }, "c1export": { "host": "localhost", |