mirror of
https://github.com/dpup/meshstream.git
synced 2026-03-28 17:42:37 +01:00
12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
# MQTT Broker Configuration
|
|
MQTT_BROKER=mqtt.bayme.sh
|
|
MQTT_PORT=1883
|
|
MQTT_USERNAME=meshdev
|
|
MQTT_PASSWORD=large4cats
|
|
|
|
# Topic Configuration
|
|
MQTT_TOPIC_PREFIX=msh/US/CA/Motherlode
|
|
|
|
# Application Settings
|
|
# Set to "true" to enable debug logging
|
|
DEBUG=false |