diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-03-20 16:42:47 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2019-03-21 14:08:00 -0400 |
commit | b8801c039f91ccc7517498eb2326e04bc6421ea6 (patch) | |
tree | 34f9db644d26e53e9072253b4941c6e71a479a83 /conf | |
parent | 814b0ff3a04fe5e48004937cf7e92b062f6800db (diff) | |
download | liza-b8801c039f91ccc7517498eb2326e04bc6421ea6.tar.gz liza-b8801c039f91ccc7517498eb2326e04bc6421ea6.tar.bz2 liza-b8801c039f91ccc7517498eb2326e04bc6421ea6.zip |
RatingServicePublish: New trait (mostly proof-of-concept)
This is unfortunately not production-ready code, but we need to get
something out there in the meantime. The RatingServicePublish's docblock
mentions some of the shortcomings, which will be addressed in the near
future.
There is also more documentation to come once we settle on an implementation.
DEV-4400
Diffstat (limited to 'conf')
-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", |