mirror of
https://github.com/MeshCore-Beacon/beacon-server.git
synced 2026-09-17 01:04:19 +00:00
add missing scopes details in readme
This commit is contained in:
@@ -61,6 +61,7 @@ tower-server/
|
||||
│ ├── hub/ WebSocket fan-out broker
|
||||
│ ├── ingest/ MQTT ingest pipeline
|
||||
│ ├── keystore/ Channel key store
|
||||
│ ├── scopestore/ Transport scope key store
|
||||
│ └── ws/ WebSocket handler
|
||||
├── config.yaml.example
|
||||
├── env.example
|
||||
@@ -166,6 +167,12 @@ channel_keys:
|
||||
key: "8b3387e9c5cdea6ac9e5edbaa115cd72"
|
||||
name: "Public"
|
||||
|
||||
# Regional transport scopes for matching TRANSPORT_FLOOD packets.
|
||||
# Plain names have # prepended automatically (e.g. "bc" → "#bc").
|
||||
scopes:
|
||||
- name: bc
|
||||
- name: "#west"
|
||||
|
||||
# Observer telemetry storage settings.
|
||||
telemetry:
|
||||
retention: 672h # how long to keep telemetry snapshots (default: 4 weeks)
|
||||
|
||||
Reference in New Issue
Block a user