Merge branch 'master' into master

This commit is contained in:
Jessie James Cosare
2019-03-16 16:30:16 +08:00
committed by GitHub
3 changed files with 126 additions and 18 deletions

View File

@@ -62,10 +62,16 @@ cors.allowed_origin=*
##################################################
# Enable REST Hook Subscription Channel
subscription.resthook.enabled=true
subscription.resthook.enabled=false
# Enable Email Subscription Channel
subscription.email.enabled=false
email.enabled=false
email.from=some@test.com
email.host=
email.port=0
email.username=
email.password=
# Enable Websocket Subscription Channel
subscription.websocket.enabled=false