WIP: Working on player
This commit is contained in:
2
api/src/rehearsalhub/config.py
Normal file → Executable file
2
api/src/rehearsalhub/config.py
Normal file → Executable 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"
|
||||
|
||||
Reference in New Issue
Block a user