fix(aurora): harden Kling integration and surface config diagnostics

This commit is contained in:
Apple
2026-03-01 03:55:16 -08:00
parent ff97d3cf4a
commit c230abe9cf
6 changed files with 1802 additions and 0 deletions

View File

@@ -59,6 +59,9 @@ DEEPSEEK_BASE_URL=https://api.deepseek.com
# OpenAI API (optional)
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Anthropic Claude API (Sofiia agent)
ANTHROPIC_API_KEY=sk-ant-api03-xxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Notion integration (optional)
NOTION_API_KEY=
NOTION_VERSION=2022-06-28
@@ -139,6 +142,14 @@ ENVIRONMENT=development
# Enable debug mode (true/false)
DEBUG=true
# -----------------------------------------------------------------------------
# Aurora / Kling Integration
# -----------------------------------------------------------------------------
KLING_ACCESS_KEY=
KLING_SECRET_KEY=
KLING_BASE_URL=https://api.klingai.com
KLING_TIMEOUT=60
# =============================================================================
# SECRET GENERATION COMMANDS
# =============================================================================