Files
agent-park/.env.example
T

18 lines
577 B
Bash

# Database
DATABASE_URL="postgresql://postgres:password@localhost:5432/agent_park"
# Webhook API - Generate a secure key for production
WEBHOOK_API_KEY="sk_live_your_secure_api_key_min_32_chars"
# n8n AI Search Webhook
N8N_AI_SEARCH_WEBHOOK="https://n8n.mzaxd.fun/webhook/ai-search"
# Internationalization
NEXT_INTL_DEFAULT_LOCALE="zh"
NEXT_INTL_SUPPORTED_LOCALES="zh,en"
# Optional self-hosted analytics
NEXT_PUBLIC_UMAMI_HOST_URL="https://analytics.example.com"
NEXT_PUBLIC_UMAMI_WEBSITE_ID="your-umami-website-id"
NEXT_PUBLIC_UMAMI_DOMAINS="example.com,www.example.com"