Merge branch 'refs/heads/develop' into fix/memory_mcp2_1

This commit is contained in:
lixinyue
2026-01-19 19:05:36 +08:00
95 changed files with 2408 additions and 1833 deletions

View File

@@ -38,6 +38,7 @@ class Settings:
REDIS_PORT: int = int(os.getenv("REDIS_PORT", "6379"))
REDIS_DB: int = int(os.getenv("REDIS_DB", "1"))
REDIS_PASSWORD: str = os.getenv("REDIS_PASSWORD", "")
# ElasticSearch configuration
ELASTICSEARCH_HOST: str = os.getenv("ELASTICSEARCH_HOST", "https://127.0.0.1")