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

15 lines
290 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:
2017-06-19 21:13:35 +08:00
toAkkaApps: 'to-akka-apps-redis-channel'
subscribeTo:
- 'to-html5-redis-channel'
- 'from-akka-apps-*'
async:
- 'from-akka-apps-wb-redis-channel'
ignored:
- 'CheckAlivePongSysMsg'