12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
# Copy to /etc/patlite-mqtt/patlite-mqtt.env (install-systemd.sh does this on first run).
|
|
# chmod 600 recommended if MQTT_PASSWORD is set.
|
|
|
|
MQTT_BROKER=localhost
|
|
MQTT_PORT=1883
|
|
#MQTT_USERNAME=
|
|
#MQTT_PASSWORD=
|
|
MQTT_PREFIX=patlite
|
|
MQTT_CLIENT_ID=patlite-mqtt
|
|
#FAST_FLASH_DELAY=0.25
|
|
#SLOW_FLASH_DELAY=0.5
|