blob: a0a2ad5e1a83f87c483094dfdaeaf5b51baa153b (
plain)
1
2
3
4
5
6
7
8
9
10
|
# broadcast service configuration.rr.yaml
broadcast:
# path to enable web-socket handler middleware
path: /ws
# optional, redis broker configuration
redis:
addr: "localhost:6379"
passsword: ""
db: 0
|