Commit 0942f062 by Chavee Issariyapat

remove nodename form config

parent e5f9cf54
...@@ -215,7 +215,7 @@ listener.vmq.clustering = 0.0.0.0:44053 ...@@ -215,7 +215,7 @@ listener.vmq.clustering = 0.0.0.0:44053
## ##
## Acceptable values: ## Acceptable values:
## - an IP/port pair, e.g. 127.0.0.1:10011 ## - 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 ## Set the mountpoint on the protocol level or on the listener level
## - listener.tcp.mountpoint ## - listener.tcp.mountpoint
...@@ -804,28 +804,28 @@ vmq_diversity.auth_redis.enabled = off ...@@ -804,28 +804,28 @@ vmq_diversity.auth_redis.enabled = off
vmq_webhooks.webhook1.hook = auth_on_register 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.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.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.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.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.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.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.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 ## Specify the address and port of the bridge to connect to. Several
...@@ -1106,7 +1106,7 @@ log.crash.rotation.keep = 5 ...@@ -1106,7 +1106,7 @@ log.crash.rotation.keep = 5
## ##
## Acceptable values: ## Acceptable values:
## - text ## - text
nodename = VerneMQ@127.0.0.1 #nodename = VerneMQ@127.0.0.1
## Cookie for distributed node communication. All nodes in the ## Cookie for distributed node communication. All nodes in the
## same cluster should use the same cookie or they will not be able to ## same cluster should use the same cookie or they will not be able to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment