mirror of
https://github.com/MeshCore-Beacon/beacon-server.git
synced 2026-09-01 16:48:19 +00:00
adds insert telemetry for observers in ingestion adds new config for observer telemetry, moves packet retention into config for consistency with defaults on load adds cleanup for both packets and observer telemetry
14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
LISTEN_ADDR=:8080
|
|
|
|
POSTGRES_DSN=postgres://tower:tower@localhost:5432/tower?sslmode=disable
|
|
|
|
REDIS_ADDR=localhost:6379
|
|
|
|
MQTT_BROKER_1_URL=wss://mqtt1.meshcore.ca:443
|
|
MQTT_BROKER_1_USERNAME=
|
|
MQTT_BROKER_1_PASSWORD=
|
|
|
|
MQTT_BROKER_2_URL=wss://mqtt2.meshcore.ca:443
|
|
MQTT_BROKER_2_USERNAME=
|
|
MQTT_BROKER_2_PASSWORD=
|