We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb714a commit 4ee92a6Copy full SHA for 4ee92a6
2 files changed
config/config.json
@@ -9,7 +9,7 @@
9
"rabbit": {
10
"enable": true,
11
"url": "amqp://rabbitmq:CodaGlenBaronyMonk@localhost:10003?heartbeat=3600",
12
- "routingKey": "fpp.table_detect_queue",
+ "routingKey": "fpp.table_detector_queue",
13
"exchange": "fpp",
14
"exchangeType": "topic"
15
},
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "fpp-table-detector-bot",
3
"private": true,
4
- "version": "1.0.3",
+ "version": "1.0.4",
5
"description": "uses table detection software",
6
"repository": "https://github.com/menome",
7
"license": "Commercial",
0 commit comments