机器人赋能
This commit is contained in:
28
.env
28
.env
@@ -75,6 +75,9 @@ FEISHU_VERIFICATION_TOKEN=
|
||||
# The Encrypt Key for decrypting event data (if configured).
|
||||
FEISHU_ENCRYPT_KEY=
|
||||
|
||||
# The App Token of the Feishu multi-dimensional table document.
|
||||
FEISHU_APP_TOKEN=XXnEbiCmEaMblSs6FDJcFCqsnIg
|
||||
|
||||
# The ID of the Feishu multi-dimensional table for data synchronization.
|
||||
FEISHU_TABLE_ID=tblnl3vJPpgMTSiP
|
||||
|
||||
@@ -96,3 +99,28 @@ AI_SUGGESTION_CONFIDENCE=0.95
|
||||
|
||||
# The confidence score assigned when a human resolution is used.
|
||||
AI_HUMAN_RESOLUTION_CONFIDENCE=0.90
|
||||
|
||||
|
||||
# ============================================================================
|
||||
# REDIS CACHE CONFIGURATION
|
||||
# ============================================================================
|
||||
# Redis server host (use localhost for local development)
|
||||
REDIS_HOST=localhost
|
||||
|
||||
# Redis server port
|
||||
REDIS_PORT=6379
|
||||
|
||||
# Redis database number (0-15)
|
||||
REDIS_DB=0
|
||||
|
||||
# Redis password (leave empty if no password)
|
||||
REDIS_PASSWORD=
|
||||
|
||||
# Redis connection pool size
|
||||
REDIS_POOL_SIZE=10
|
||||
|
||||
# Redis cache default TTL in seconds (3600 = 1 hour)
|
||||
REDIS_DEFAULT_TTL=3600
|
||||
|
||||
# Enable Redis cache (set to False to disable caching)
|
||||
REDIS_ENABLED=True
|
||||
|
||||
Reference in New Issue
Block a user