mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-08-07 09:23:06 +02:00
feat: add LetsMesh configuration and handler integration in StorageCollector
This commit is contained in:
@@ -137,6 +137,15 @@ storage:
|
||||
# - 1 hour resolution for 1 year
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
letsmesh:
|
||||
enabled: true
|
||||
iata_code: "test" # e.g., "SFO", "LHR", "test"
|
||||
broker_index: 0 # Which LetsMesh broker (0=EU, 1=US West)
|
||||
status_interval: 60
|
||||
|
||||
logging:
|
||||
# Log level: DEBUG, INFO, WARNING, ERROR
|
||||
level: INFO
|
||||
|
||||
Reference in New Issue
Block a user