Phase 2 scaffold: mitra online status & pairing logic
Add mitra online/offline status with heartbeat-based auto-offline, customer-mitra pairing via Valkey pub/sub blast, session management, and control center dashboard with real-time stats. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -6,6 +6,9 @@ INTERNAL_HOST=127.0.0.1
|
||||
# Database
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/halobestie
|
||||
|
||||
# Valkey / Redis
|
||||
VALKEY_URL=redis://localhost:6379
|
||||
|
||||
# Firebase
|
||||
FIREBASE_PROJECT_ID=your-firebase-project-id
|
||||
FIREBASE_CLIENT_EMAIL=your-service-account@project.iam.gserviceaccount.com
|
||||
|
||||
Reference in New Issue
Block a user