notifications: support real-time notifications with websockets via channelstream

This commit is contained in:
Marcin Lulek 2016-08-02 16:18:44 +02:00
parent b70466f693
commit e9d5eb09c5
25 changed files with 1728 additions and 81 deletions

View file

@ -391,6 +391,17 @@ beaker.session.auto = false
search.module = rhodecode.lib.index.whoosh
search.location = %(here)s/data/index
########################################
### CHANNELSTREAM CONFIG ####
########################################
channelstream.enabled = true
# location of channelstream server on the backend
channelstream.server = 127.0.0.1:9800
# location of the channelstream server from outside world
channelstream.ws_url = ws://127.0.0.1:9800
channelstream.secret = secret
###################################
## APPENLIGHT CONFIG ##
###################################

View file

@ -365,6 +365,17 @@ beaker.session.auto = false
search.module = rhodecode.lib.index.whoosh
search.location = %(here)s/data/index
########################################
### CHANNELSTREAM CONFIG ####
########################################
channelstream.enabled = true
# location of channelstream server on the backend
channelstream.server = 127.0.0.1:9800
# location of the channelstream server from outside world
channelstream.ws_url = ws://127.0.0.1:9800
channelstream.secret = secret
###################################
## APPENLIGHT CONFIG ##
###################################