Skip to content

Commit 4ee92a6

Browse files
committed
need to have better rabbit queue distinction in bot framework. providing config multiple times.
1 parent dbb714a commit 4ee92a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"rabbit": {
1010
"enable": true,
1111
"url": "amqp://rabbitmq:CodaGlenBaronyMonk@localhost:10003?heartbeat=3600",
12-
"routingKey": "fpp.table_detect_queue",
12+
"routingKey": "fpp.table_detector_queue",
1313
"exchange": "fpp",
1414
"exchangeType": "topic"
1515
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fpp-table-detector-bot",
33
"private": true,
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"description": "uses table detection software",
66
"repository": "https://github.com/menome",
77
"license": "Commercial",

0 commit comments

Comments
 (0)