First Production Push

This commit is contained in:
2026-02-25 21:29:56 +02:00
parent e62cffc10c
commit 8cb639c1bd
32 changed files with 3714 additions and 2719 deletions

View File

@@ -24,6 +24,9 @@ class Settings(BaseSettings):
sqlite_db_path: str = "./mqtt_data.db"
mqtt_data_retention_days: int = 90
# Local file storage
built_melodies_storage_path: str = "./storage/built_melodies"
# App
backend_cors_origins: str = '["http://localhost:5173"]'
debug: bool = True