p1-logger/example.env

8 lines
No EOL
286 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'
# LOG_LEVEL: DEBUG, INFO, WARN or ERROR. Standard: INFO
LOG_LEVEL=INFO