21 lines
No EOL
355 B
Text
21 lines
No EOL
355 B
Text
# Log configuration
|
|
LOG_LEVEL=INFO
|
|
|
|
# Crypto configuration
|
|
CRYPTOS_TO_PUBLISH=bitcoin,ethereum
|
|
CURRENCIES=eur,usd
|
|
|
|
# Broker configuration
|
|
MQTT_SERVER=
|
|
MQTT_PORT=
|
|
MQTT_USER=
|
|
MQTT_PASSWORD=
|
|
MQTT_CLIENT_ID=
|
|
|
|
# Topic configuration
|
|
MQTT_TOPIC_PREFIX=
|
|
|
|
MQTT_TOPIC_STATE=${MQTT_TOPIC_PREFIX}/state
|
|
MQTT_TOPIC_DATA=${MQTT_TOPIC_PREFIX}/data
|
|
|
|
MQTT_PUBLISH_DELAY=60 |