blob: 6b798515bbbf1bf3bc13e5d9a1210956fcd05464 [file] [log] [blame]
avm9996388e622d2021-01-22 18:57:58 +01001# Host for the SMTP server where you're going to receive email notifications
avm99963308de8e2021-01-25 13:36:10 +01002HICHIPBRIDGE_SMTP_HOST=smtp-server.example.com
avm9996388e622d2021-01-22 18:57:58 +01003# MQTT broker endpoint
avm99963308de8e2021-01-25 13:36:10 +01004HICHIPBRIDGE_MQTT_BROKER=mqtt://mqtt-broker.example.com:1883
avm9996388e622d2021-01-22 18:57:58 +01005# MQTT client id
avm99963308de8e2021-01-25 13:36:10 +01006HICHIPBRIDGE_MQTT_CLIENTID=hichipbridge
avm9996388e622d2021-01-22 18:57:58 +01007# MQTT username
avm99963308de8e2021-01-25 13:36:10 +01008HICHIPBRIDGE_MQTT_USERNAME=user
avm9996388e622d2021-01-22 18:57:58 +01009# MQTT password
avm99963308de8e2021-01-25 13:36:10 +010010HICHIPBRIDGE_MQTT_PASSWORD=password
avm9996388e622d2021-01-22 18:57:58 +010011# Prefix for the MQTT topics where events will be saved
avm99963308de8e2021-01-25 13:36:10 +010012HICHIPBRIDGE_MQTT_TOPIC=hichipbridge
avm9996388e622d2021-01-22 18:57:58 +010013# Token for the email notifications
avm99963308de8e2021-01-25 13:36:10 +010014HICHIPBRIDGE_EMAIL_TOKEN=superconfidentialtoken;)
avm999638355e002021-01-26 23:05:01 +010015# Whether images should be saved in a S3 storage bucket (true/false)
16HICHIPBRIDGE_S3_ENABLED=false
17# The S3 storage endpoint
18HICHIPBRIDGE_S3_ENDPOINT=s3.example.com
19# The S3 access key ID
20HICHIPBRIDGE_S3_ACCESS_KEY=username
21# The S3 secret access key
22HICHIPBRIDGE_S3_SECRET_KEY=password
23# Whether S3 uses SSL (true/false)
24HICHIPBRIDGE_S3_USE_SSL=true
25# The S3 bucket name
26HICHIPBRIDGE_S3_BUCKET=hichipbridge