mirror of
https://github.com/dpup/meshstream.git
synced 2026-08-06 16:53:09 +02:00
Update build process and add proper .gitignore and .env.example
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user