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
0942f062
Commit
0942f062
authored
Aug 18, 2022
by
Chavee Issariyapat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove nodename form config
parent
e5f9cf54
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
files/vernemq.conf
+10
-10
No files found.
files/vernemq.conf
View file @
0942f062
...
...
@@ -215,7 +215,7 @@ listener.vmq.clustering = 0.0.0.0:44053
##
## Acceptable values:
## - an IP/port pair, e.g. 127.0.0.1:10011
listener
.
http
.
default
=
127
.
0
.
0
.
1
:
8008
listener
.
http
.
default
=
0
.
0
.
0
.
0
:
8008
## Set the mountpoint on the protocol level or on the listener level
## - listener.tcp.mountpoint
...
...
@@ -804,28 +804,28 @@ vmq_diversity.auth_redis.enabled = off
vmq_webhooks
.
webhook1
.
hook
=
auth_on_register
vmq_webhooks
.
webhook1
.
endpoint
=
VERNEMQ_WEBHOOK_HOST
/
authreg
vmq_webhooks
.
webhook1
.
endpoint
=
http
://
127
.
0
.
0
.
1
:
40000
/
authreg
vmq_webhooks
.
webhook2
.
hook
=
auth_on_publish
vmq_webhooks
.
webhook2
.
endpoint
=
VERNEMQ_WEBHOOK_HOST
/
authpub
vmq_webhooks
.
webhook2
.
endpoint
=
http
://
127
.
0
.
0
.
1
:
40000
/
authpub
vmq_webhooks
.
webhook3
.
hook
=
auth_on_subscribe
vmq_webhooks
.
webhook3
.
endpoint
=
VERNEMQ_WEBHOOK_HOST
/
authsub
vmq_webhooks
.
webhook3
.
endpoint
=
http
://
127
.
0
.
0
.
1
:
40000
/
authsub
vmq_webhooks
.
webhook4
.
hook
=
on_deliver
vmq_webhooks
.
webhook4
.
endpoint
=
VERNEMQ_WEBHOOK_HOST
/
ondeliver
vmq_webhooks
.
webhook4
.
endpoint
=
http
://
127
.
0
.
0
.
1
:
40000
/
ondeliver
vmq_webhooks
.
webhook5
.
hook
=
on_unsubscribe
vmq_webhooks
.
webhook5
.
endpoint
=
VERNEMQ_WEBHOOK_HOST
/
onunsub
vmq_webhooks
.
webhook5
.
endpoint
=
http
://
127
.
0
.
0
.
1
:
40000
/
onunsub
vmq_webhooks
.
webhook6
.
hook
=
on_client_offline
vmq_webhooks
.
webhook6
.
endpoint
=
VERNEMQ_WEBHOOK_HOST
/
onoff
vmq_webhooks
.
webhook6
.
endpoint
=
http
://
127
.
0
.
0
.
1
:
40000
/
onoff
vmq_webhooks
.
webhook7
.
hook
=
on_client_gone
vmq_webhooks
.
webhook7
.
endpoint
=
VERNEMQ_WEBHOOK_HOST
/
ongone
vmq_webhooks
.
webhook7
.
endpoint
=
http
://
127
.
0
.
0
.
1
:
40000
/
ongone
## vmq_webhooks.webhook8.hook = on_publish
## vmq_webhooks.webhook8.endpoint =
VERNEMQ_WEBHOOK_HOST
/onpub
## vmq_webhooks.webhook8.endpoint =
http://127.0.0.1:40000
/onpub
## Specify the address and port of the bridge to connect to. Several
...
...
@@ -1106,7 +1106,7 @@ log.crash.rotation.keep = 5
##
## Acceptable values:
## - text
nodename
=
VerneMQ
@
127
.
0
.
0
.
1
#
nodename = VerneMQ@127.0.0.1
## Cookie for distributed node communication. All nodes in the
## same cluster should use the same cookie or they will not be able to
...
...
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