Commit 9df08859 by Chavee Issariyapat

edit cong

parent 963429de
......@@ -100,8 +100,8 @@ EOF
#echo "vmq_webhooks.webhook8.endpoint = ${VERNEMQ_WEBHOOK_HOST}/onpub" >> /etc/vernemq/vernemq.conf
fi
if env | grep -q "VERNEMQ_WEBHOOK_PAYLOAD"; then
echo "vmq_webhooks.mywebhook1.no_payload = ${VERNEMQ_WEBHOOK_PAYLOAD}" >> /etc/vernemq/vernemq.conf
if env | grep -q "VERNEMQ_WEBHOOK_NO_PAYLOAD"; then
echo "vmq_webhooks.mywebhook1.no_payload = ${VERNEMQ_WEBHOOK_NO_PAYLOAD}" >> /etc/vernemq/vernemq.conf
fi
......
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