mirror of
https://github.com/MeshCore-Beacon/beacon-server.git
synced 2026-09-01 16:48:19 +00:00
init
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
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=
|
||||
|
||||
PACKET_RETENTION_DAYS=30
|
||||
Reference in New Issue
Block a user