Update build process and add proper .gitignore and .env.example

This commit is contained in:
Daniel Pupius
2025-04-18 16:18:16 -07:00
parent 24dc17f45a
commit 5b8d0c6326
29 changed files with 88 additions and 7624 deletions
+12
View File
@@ -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