von GPT-5..3-Codex verbessert
deploy.sh dazu
This commit is contained in:
12
.env.example
Normal file
12
.env.example
Normal file
@@ -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=
|
||||||
Reference in New Issue
Block a user