26 lines
411 B
YAML
26 lines
411 B
YAML
listeners:
|
|
- type: "tcp"
|
|
id: "file-tcp1"
|
|
address: ":1883"
|
|
- type: "ws"
|
|
id: "file-websocket"
|
|
address: ":1882"
|
|
- type: "healthcheck"
|
|
id: "file-healthcheck"
|
|
address: ":1880"
|
|
hooks:
|
|
debug:
|
|
enable: true
|
|
storage:
|
|
redis:
|
|
h_prefix: "m-"
|
|
password: "iuuiuuiuu"
|
|
address: "192.168.0.9:6379"
|
|
database: 5
|
|
auth:
|
|
allow_all: true
|
|
|
|
|
|
logging:
|
|
level: DEBUG
|