blob: 4e0f25b8181211d299c15ac19b1da130527c958e [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;)"