From 2739d478f6ccc34b15efed956f43eb7f6859a0d2 Mon Sep 17 00:00:00 2001 From: rxf Date: Wed, 11 Mar 2026 11:57:57 +0100 Subject: [PATCH] von GPT-5..3-Codex verbessert deploy.sh dazu --- .env.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..719ef76 --- /dev/null +++ b/.env.example @@ -0,0 +1,12 @@ +# Copy this file to .env and adjust values for your environment. + +# MQTT connection +MQTTHOST=localhost +MQTTPORT=1883 +MQTTUSR= +MQTTPWD= +TOPIC=sonoff + +# Optional API protection for /switch/* endpoints. +# Leave empty to disable token auth. +SWITCH_API_TOKEN=