Modify redis and rest ports
This commit is contained in:
parent
55582db3c8
commit
18b5713f7b
@ -47,7 +47,7 @@
|
||||
"sensor-name-list": "",
|
||||
"buffer-pool-size": 16,
|
||||
"ip-address": "localhost",
|
||||
"port": "9456",
|
||||
"port": "9458",
|
||||
"disable-audio": true,
|
||||
"config-file-path": "",
|
||||
"max-latency": 1000000,
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[message-broker]
|
||||
# Redis-specific options
|
||||
hostname=localhost
|
||||
port=6379
|
||||
port=3087
|
||||
streamsize=10000
|
||||
payloadkey=metadata
|
||||
consumergroup=mygroup
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
port 6379
|
||||
port 3087
|
||||
bind 0.0.0.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user