Integrate Redis (10.30.20.70) for locks, cache, and decision state to maximize infra utilization

This commit is contained in:
2026-03-01 10:43:01 -08:00
parent cd8f8430f9
commit 1ca35733cf
5 changed files with 72 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ class Settings:
n8n_webhook = os.getenv("N8N_BOT_WEBHOOK", "")
redis_url = os.getenv("REDIS_URL", "redis://10.30.20.70:6379/0")
db_path = os.getenv("DB_PATH", "sqlite:///./bot.db")
host = os.getenv("APP_HOST", "0.0.0.0")
port = int(os.getenv("APP_PORT", "8089"))