From ad6bdaf9072cff2ffb60ff34795cb4ec52e14b74 Mon Sep 17 00:00:00 2001 From: Thomas Maier Date: Mon, 4 Nov 2019 20:40:10 +0100 Subject: [PATCH] Adds new ENV variables to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index edd8189..3053505 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ - `XMPP_ID` - The JID we want to use - `XMPP_PASS` - The password - `XMPP_RECEIVERS` - Comma-seperated list of JID's + - `XMPP_SKIP_VERIFY` - Skip TLS verification (Optional) + - `XMPP_OVER_TLS` - Use deicated TLS port (Optional) - After startup, `xmpp-webhook` tries to connect to the XMPP server and provides the implemented HTTP enpoints (on `:4321`). e.g.: ```