Fix credentials

This commit is contained in:
2025-12-29 18:46:32 +01:00
parent fdd3a29954
commit 2209490665
3 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ if __name__ == '__main__':
api_broker = MQTTService(
api_broker_address,
api_broker_port,
username="rpi",
username="customer",
password="hepl",
)

View File

@@ -9,6 +9,7 @@ if [ ! -f "$PASSWORD_FILE" ]; then
# Add pre-registered users
mosquitto_passwd -b "$PASSWORD_FILE" board-mate-api hepl
mosquitto_passwd -b "$PASSWORD_FILE" customer hepl
echo "Password file created !"
else
echo "Password file exists, skipping this step"

Binary file not shown.