Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vernemq
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
stack
vernemq
Commits
1a141d80
Commit
1a141d80
authored
Nov 03, 2018
by
zCaesar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add endpoint on_client offline and gone
parent
12906759
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
+8
-1
files/vernemq.conf
+8
-1
No files found.
files/vernemq.conf
View file @
1a141d80
...
...
@@ -820,6 +820,12 @@ vmq_webhooks.webhook5.endpoint = http://localhost:40000/ondeliver
vmq_webhooks
.
webhook6
.
hook
=
on_unsubscribe
vmq_webhooks
.
webhook6
.
endpoint
=
http
://
localhost
:
40000
/
onunsub
vmq_webhooks
.
webhook7
.
hook
=
on_client_offline
vmq_webhooks
.
webhook7
.
endpoint
=
http
://
localhost
:
40000
/
onoff
vmq_webhooks
.
webhook8
.
hook
=
on_client_gone
vmq_webhooks
.
webhook8
.
endpoint
=
http
://
localhost
:
40000
/
ongone
## Specify the address and port of the bridge to connect to. Several
## bridges can configured by using different bridge names (e.g. br0). If the
## connection supports SSL encryption bridge.ssl.<name> can be used.
...
...
@@ -1182,4 +1188,4 @@ erlang.max_ports = 262144
##
## Acceptable values:
## - an integer
leveldb
.
maximum_memory
.
percent
=
70
leveldb
.
maximum_memory
.
percent
=
70
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment