simple is better
This commit is contained in:
@@ -74,6 +74,10 @@ class GatewayConfig(BaseConfig):
|
||||
# TimescaleDB - can be set directly via TIMESCALE_URL
|
||||
timescale_url: str = "postgresql://monitor:monitor@localhost:5432/monitor"
|
||||
|
||||
# Edge forwarding (optional - for pushing to cloud edge)
|
||||
edge_url: str = "" # e.g., wss://sysmonstm.mcrn.ar/ws
|
||||
edge_api_key: str = ""
|
||||
|
||||
|
||||
class AlertsConfig(BaseConfig):
|
||||
"""Alerts service configuration."""
|
||||
|
||||
Reference in New Issue
Block a user