fix(aurora): harden Kling integration and surface config diagnostics
This commit is contained in:
11
.env.example
11
.env.example
@@ -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
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user