bigbluebutton-Github/bigbluebutton-html5/private/config/server/redis.yaml
2017-10-11 17:40:28 -03:00

15 lines
290 B
YAML

redis:
host: '127.0.0.1'
post: '6379'
timeout: 5000
debug: false
channels:
toAkkaApps: 'to-akka-apps-redis-channel'
subscribeTo:
- 'to-html5-redis-channel'
- 'from-akka-apps-*'
async:
- 'from-akka-apps-wb-redis-channel'
ignored:
- 'CheckAlivePongSysMsg'