p1-logger/example.env
Pieter Hollander 5801910be2
Some checks failed
Build Docker image / build (push) Failing after 25s
First commit.
2023-12-05 17:37:50 +01:00

6 lines
216 B
Bash

MQTT_BROKER=tls://mqtt.example.org:8883
MQTT_TOPIC=p1/metrics
MQTT_USERNAME=your_username
MQTT_PASSWORD=your_password
PG_DB='host=localhost port=5432 user=postgres password=secret-replace dbname=p1 sslmode=disable'