mirror of
https://github.com/LowderPlay/cheburcheck.git
synced 2026-09-26 08:18:03 +03:00
* feat: probes aggregation layout * feat: rework map * feat: complaints * feat: probe contribution * fix: single verdict voting * feat: probe caching * chore: bump version * fix: merge conflict
13 lines
262 B
Plaintext
13 lines
262 B
Plaintext
# Required: probe ID and token. Request them at https://forms.gle/nZqBfXC65GebUKWB9.
|
|
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
|