notifications: support real-time notifications with websockets via channelstream
This commit is contained in:
parent
b70466f693
commit
e9d5eb09c5
25 changed files with 1728 additions and 81 deletions
|
|
@ -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 ##
|
||||
###################################
|
||||
|
|
|
|||
|
|
@ -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 ##
|
||||
###################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue