Harden runtime and add backup foundation
This commit is contained in:
@@ -24,6 +24,7 @@ class Settings(BaseSettings):
|
||||
project_registry_path: Path = Path("./config/project-registry.json")
|
||||
host: str = "127.0.0.1"
|
||||
port: int = 8100
|
||||
db_busy_timeout_ms: int = 5000
|
||||
|
||||
# Embedding
|
||||
embedding_model: str = (
|
||||
|
||||
Reference in New Issue
Block a user