first commit
This commit is contained in:
29
.env.example
Normal file
29
.env.example
Normal file
@@ -0,0 +1,29 @@
|
||||
UID=1000
|
||||
GID=1000
|
||||
|
||||
# MQTT Admin Credentials (Vollzugriff)
|
||||
MQTT_ADMIN_USERNAME=admin
|
||||
MQTT_ADMIN_PASSWORD=change_me_admin_password
|
||||
|
||||
# MQTT Panel Credentials (für Web Dashboard)
|
||||
MQTT_PANEL_USERNAME=panel
|
||||
MQTT_PANEL_PASSWORD=change_me_panel_password
|
||||
|
||||
# MQTT Test User Credentials
|
||||
MQTT_TESTUSER_USERNAME=testuser
|
||||
MQTT_TESTUSER_PASSWORD=change_me_testuser_password
|
||||
|
||||
# MQTT Device 1 Credentials
|
||||
MQTT_DEVICE1_USERNAME=device1
|
||||
MQTT_DEVICE1_PASSWORD=change_me_device1_password
|
||||
|
||||
# MQTT Device 2 Credentials
|
||||
MQTT_DEVICE2_USERNAME=device2
|
||||
MQTT_DEVICE2_PASSWORD=change_me_device2_password
|
||||
|
||||
# MQTT Monitor Credentials (Read-Only)
|
||||
MQTT_MONITOR_USERNAME=monitor
|
||||
MQTT_MONITOR_PASSWORD=change_me_monitor_password
|
||||
|
||||
# MQTTUI Configuration (mindestens 32 Zeichen empfohlen)
|
||||
SECRET_KEY=your-secret-key-here-minimum-32-characters
|
||||
Reference in New Issue
Block a user