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