-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathlavinmq.ini
More file actions
39 lines (34 loc) · 778 Bytes
/
lavinmq.ini
File metadata and controls
39 lines (34 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[main]
data_dir = /var/lib/lavinmq
log_level = info
;pidfile = /var/run/lavinmq.pid
;default_user_only_loopback = true
;tls_cert = /etc/lavinmq/cert.pem
;tls_key = /etc/lavinmq/key.pem
[mgmt]
bind = ::
;port = 15672
;tls_port = 15671
[amqp]
bind = ::
;port = 5672
;tls_port = 5671
[mqtt]
bind = ::
;default_vhost = /
;port = 1883
;tls_port = 8883
[clustering]
enabled = false
bind = ::
;port = 5679
;advertised_uri = tcp://hostname.local:5679
;etcd_endpoints = localhost:2379
[s3-storage]
;enabled = false
;region = eu-north-1
; Use virtual-hosted-style URL with bucket in hostname:
;endpoint = https://my-bucket.s3.eu-north-1.amazonaws.com
;access_key_id = AKIAIOSFODNN7EXAMPLE
;secret_access_key = wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
;local_segments_per_stream = 50