WIP: Working on player

This commit is contained in:
Mistral Vibe
2026-04-08 15:10:52 +02:00
parent d654ad5987
commit b5c84ec58c
95 changed files with 453 additions and 193 deletions

2
api/src/rehearsalhub/config.py Normal file → Executable file
View File

@@ -21,6 +21,8 @@ class Settings(BaseSettings):
# App
domain: str = "localhost"
debug: bool = False
# Additional CORS origins (comma-separated)
cors_origins: str = ""
# Worker
analysis_version: str = "1.0.0"