bigbluebutton-Github/bigbluebutton-html5/private/config/server/redis.yaml

24 lines
816 B
YAML
Raw Normal View History

redis:
host: '127.0.0.1'
post: '6379'
timeout: 5000
2016-10-18 20:03:51 +08:00
debug: false
channels:
fromBBBApps: 'bigbluebutton:from-bbb-apps:*'
2016-10-25 22:59:14 +08:00
fromBBBUsers: 'bigbluebutton:from-bbb-apps:users'
toBBBApps:
pattern: 'bigbluebutton:to-bbb-apps:*'
2016-10-25 22:59:14 +08:00
html5: 'bigbluebutton:to-bbb-html5'
chat: 'bigbluebutton:to-bbb-apps:chat'
2016-08-24 07:48:11 +08:00
captions: 'bigbluebutton:to-bbb-apps:caption'
meeting: 'bigbluebutton:to-bbb-apps:meeting'
presentation: 'bigbluebutton:to-bbb-apps:presentation'
users: 'bigbluebutton:to-bbb-apps:users'
voice: 'bigbluebutton:to-bbb-apps:voice'
whiteboard: 'bigbluebutton:to-bbb-apps:whiteboard'
polling: 'bigbluebutton:to-bbb-apps:polling'
2016-10-18 20:03:51 +08:00
ignoredMessages:
- 'BbbPubSubPongMessage'
- 'bbb_apps_is_alive_message'
- 'broadcast_layout_message'