Change default config for embedded Mosquitto use.

This commit is contained in:
Pieter Hollander 2024-07-26 20:03:32 +02:00
parent d4cca4cd08
commit cc99b21759
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -20,11 +20,11 @@ map:
- config:rw - config:rw
options: options:
db: "host=77b2833f-timescaledb user=postgres port=5432 password=homeassistant dbname=p1_logger sslmode=disable" db: "host=77b2833f-timescaledb user=postgres port=5432 password=homeassistant dbname=p1_logger sslmode=disable"
mqtt_broker: "tls://mqtt.example.org:8883" mqtt_broker: "tcp://core-mosquitto:1883"
mqtt_topic: "p1/metrics" mqtt_topic: "p1/metrics"
mqtt_user: "your_username" mqtt_user: "p1_logger"
mqtt_password: "your_password" mqtt_password: null
timescaledb: "true" timescaledb: true
log_level: "INFO" log_level: "INFO"
timezone: "Europe/Amsterdam" timezone: "Europe/Amsterdam"
schema: schema: