Fix: default user config

This commit is contained in:
2026-04-22 11:04:59 +02:00
parent b587669f0c
commit 6c6073b966
2 changed files with 35 additions and 13 deletions
+18 -9
View File
@@ -1,15 +1,24 @@
{
"_comment": {"Default admin username and password"
},
"web_admin": {
"user": "admin",
"pass": "admin123"
},
"mqtt": {
"broker": "127.0.0.1",
"broker": "your_mqtt_broker_address",
"port": 1883,
"user": "mmdvm",
"password": "password"
"user": "your_username",
"password": "your_password"
},
"web_admin": {
"default_user": "admin",
"default_pass": "admin123"
},
"webpush": {
"vapid_public_key": "INSERT_GENERATED_PUBLIC_KEY_HERE",
"vapid_private_key": "INSERT_GENERATED_PRIVATE_KEY_HERE",
"vapid_claim_email": "mailto:your@email.com"
},
"ui": {
"profileA_Name": "PROFILE A",
"profileA_Color": "#3b82f6",
"profileB_Name": "PROFILE B",
"profileB_Color": "#eab308"
},
"update_schedule": "03:00",
"id_urls": {