mirror of
https://github.com/LowderPlay/cheburcheck.git
synced 2026-07-23 22:55:33 +00:00
12 lines
260 B
Text
12 lines
260 B
Text
# Required: reporter id and token. You can request them at support@cheburcheck.ru.
|
|
PROBE_ID=
|
|
PROBE_TOKEN=
|
|
|
|
# MQTT broker
|
|
MQTT_HOST=wss://cheburcheck.ru/mqtt
|
|
MQTT_PORT=443
|
|
|
|
# Optional tuning.
|
|
MQTT_CONNECTION_TIMEOUT_SECS=30
|
|
MAX_CONCURRENT_TASKS=8
|
|
RUST_LOG=info
|