Phase 5 Complete by Claude Code
This commit is contained in:
@@ -20,6 +20,10 @@ class Settings(BaseSettings):
|
||||
mqtt_admin_password: str = ""
|
||||
mosquitto_password_file: str = "/etc/mosquitto/passwd"
|
||||
|
||||
# SQLite (MQTT data storage)
|
||||
sqlite_db_path: str = "./mqtt_data.db"
|
||||
mqtt_data_retention_days: int = 90
|
||||
|
||||
# App
|
||||
backend_cors_origins: str = '["http://localhost:5173"]'
|
||||
debug: bool = True
|
||||
|
||||
Reference in New Issue
Block a user