fix mcp and admin api

This commit is contained in:
southseact-3d
2026-02-20 18:40:54 +00:00
parent dfc4a0d2a9
commit 9bc9ca3ce8
9 changed files with 2618 additions and 0 deletions

View File

@@ -60,6 +60,13 @@ ADMIN_USER=
ADMIN_PASSWORD=
SESSION_SECRET=
# External Admin API Key
# Generate a secure key: openssl rand -hex 32
# Format: sk_live_<your-secure-key> for production, sk_test_<your-secure-key> for testing
ADMIN_API_KEY=
ADMIN_API_JWT_TTL=3600
ADMIN_API_RATE_LIMIT=1000
# Database Configuration (Phase 1.2 & 1.3)
# Set USE_JSON_DATABASE=1 to use legacy JSON files (for rollback)
USE_JSON_DATABASE=