-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig-dev.yml
More file actions
46 lines (42 loc) · 952 Bytes
/
Copy pathconfig-dev.yml
File metadata and controls
46 lines (42 loc) · 952 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
40
41
42
43
44
45
46
auth:
defaultQuota:
maxSessions: 1
maxIdleSessionTTL: 60
maxPacketSize: 65535
maxPacketIdentifiers: 10
maxQueueSizeQoS0: 100
maxQueueSizeQoS1: 100
maxQueueSizeQoS2: 100
principalDirs:
- "/etc/hummingbird/principals"
- "./resources/principals"
admin:
socketPath: "hummingbird.sock"
transports:
- type: socket
bindAddress: 0.0.0.0
bindPort: 1883
listenBacklog: 16
connectionLimit: 1024
- type: websocket
transport:
type: socket
bindAddress: 0.0.0.0
bindPort: 1884
listenBacklog: 5
- type: tls
transport:
type: socket
bindAddress: 0.0.0.0
bindPort: 8883
listenBacklog: 5
wantClientCert: true
crtFilePath: resources/hummingbird_server.crt
keyFilePath: resources/hummingbird_server.key
prometheus:
bindAddress: "*"
bindPort: 9001
logging:
level: INFO
appenders:
- type: console