fix: Bugs created after the overhaul, performance and layout fixes
This commit is contained in:
@@ -22,8 +22,8 @@ class Settings(BaseSettings):
|
||||
mosquitto_password_file: str = "/etc/mosquitto/passwd"
|
||||
mqtt_client_id: str = "bellsystems-admin-panel"
|
||||
|
||||
# SQLite (MQTT data storage)
|
||||
sqlite_db_path: str = "./mqtt_data.db"
|
||||
# SQLite (local application database)
|
||||
sqlite_db_path: str = "./data/database.db"
|
||||
mqtt_data_retention_days: int = 90
|
||||
|
||||
# Local file storage
|
||||
|
||||
Reference in New Issue
Block a user