Integrate Redis (10.30.20.70) for locks, cache, and decision state to maximize infra utilization
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user