Made tls optional
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-17 18:12:03 +01:00
parent 90eedbf86e
commit 614b4b5e43
4 changed files with 8 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ host="olympus.vpn.huizinga.dev"
port=8883
username="mqtt"
password="${MQTT_PASSWORD}"
tls=true
[ntfy]
topic = "${NTFY_TOPIC}"

View File

@@ -6,6 +6,7 @@ host="olympus.lan.huizinga.dev"
port=8883
username="mqtt"
password="${MQTT_PASSWORD}"
tls=true
[ntfy]
topic = "${NTFY_TOPIC}"