blob: ae7017fefb976b54649f5e62ba02bd1ef0431365 [file] [log] [blame]
# Host for the SMTP server where you're going to receive email notifications
HICHIPBRIDGE_SMTP_HOST=smtp-server.example.com
# MQTT broker endpoint
HICHIPBRIDGE_MQTT_BROKER=mqtt://mqtt-broker.example.com:1883
# MQTT client id
HICHIPBRIDGE_MQTT_CLIENTID=hichipbridge
# MQTT username
HICHIPBRIDGE_MQTT_USERNAME=user
# MQTT password
HICHIPBRIDGE_MQTT_PASSWORD=password
# Prefix for the MQTT topics where events will be saved
HICHIPBRIDGE_MQTT_TOPIC=hichipbridge
# Token for the email notifications
HICHIPBRIDGE_EMAIL_TOKEN=superconfidentialtoken;)