blob: 4e0f25b8181211d299c15ac19b1da130527c958e [file] [log] [blame]
avm9996388e622d2021-01-22 18:57:58 +01001# Host for the SMTP server where you're going to receive email notifications
2HICHIPBRIDGE_SMTP_HOST="smtp-server.example.com"
3# MQTT broker endpoint
4HICHIPBRIDGE_MQTT_BROKER="mqtt://mqtt-broker.example.com:1883"
5# MQTT client id
6HICHIPBRIDGE_MQTT_CLIENTID="hichipbridge"
7# MQTT username
8HICHIPBRIDGE_MQTT_USERNAME="user"
9# MQTT password
10HICHIPBRIDGE_MQTT_PASSWORD="password"
11# Prefix for the MQTT topics where events will be saved
12HICHIPBRIDGE_MQTT_TOPIC="hichipbridge"
13# Token for the email notifications
14HICHIPBRIDGE_EMAIL_TOKEN="superconfidentialtoken;)"