diff options
Diffstat (limited to 'plugins/broadcast/doc/.rr-broadcast.yaml')
-rw-r--r-- | plugins/broadcast/doc/.rr-broadcast.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/broadcast/doc/.rr-broadcast.yaml b/plugins/broadcast/doc/.rr-broadcast.yaml new file mode 100644 index 00000000..a0a2ad5e --- /dev/null +++ b/plugins/broadcast/doc/.rr-broadcast.yaml @@ -0,0 +1,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 |