First Production Push
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user