mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 06:40:19 +00:00
Add writers and alarms to the config
Signed-off-by: dusan <borovcanindusan1@gmail.com>
This commit is contained in:
@@ -104,6 +104,20 @@ queues:
|
||||
retention:
|
||||
max_age: 168h
|
||||
max_length_bytes: 1073741824
|
||||
- name: "writers"
|
||||
topics:
|
||||
- "$queue/writers/#"
|
||||
type: "stream"
|
||||
retention:
|
||||
max_age: 24h
|
||||
max_length_bytes: 1073741824
|
||||
- name: "alarms"
|
||||
topics:
|
||||
- "$queue/alarms/#"
|
||||
type: "stream"
|
||||
retention:
|
||||
max_age: 24h
|
||||
max_length_bytes: 1073741824
|
||||
|
||||
auth:
|
||||
url: "http://fluxmq-auth:7016"
|
||||
|
||||
@@ -101,6 +101,20 @@ queues:
|
||||
retention:
|
||||
max_age: 168h
|
||||
max_length_bytes: 1073741824
|
||||
- name: "writers"
|
||||
topics:
|
||||
- "$queue/writers/#"
|
||||
type: "stream"
|
||||
retention:
|
||||
max_age: 24h
|
||||
max_length_bytes: 1073741824
|
||||
- name: "alarms"
|
||||
topics:
|
||||
- "$queue/alarms/#"
|
||||
type: "stream"
|
||||
retention:
|
||||
max_age: 24h
|
||||
max_length_bytes: 1073741824
|
||||
|
||||
auth:
|
||||
url: "http://fluxmq-auth:7016"
|
||||
|
||||
@@ -101,6 +101,20 @@ queues:
|
||||
retention:
|
||||
max_age: 168h
|
||||
max_length_bytes: 1073741824
|
||||
- name: "writers"
|
||||
topics:
|
||||
- "$queue/writers/#"
|
||||
type: "stream"
|
||||
retention:
|
||||
max_age: 24h
|
||||
max_length_bytes: 1073741824
|
||||
- name: "alarms"
|
||||
topics:
|
||||
- "$queue/alarms/#"
|
||||
type: "stream"
|
||||
retention:
|
||||
max_age: 24h
|
||||
max_length_bytes: 1073741824
|
||||
|
||||
auth:
|
||||
url: "http://fluxmq-auth:7016"
|
||||
|
||||
Reference in New Issue
Block a user