11a0e446创建于 1月12日历史提交
# ============================================================
# AgentDock Environment Configuration
# ============================================================
# Copy this file to .env and configure your values:
#   cp .env.example .env
# ============================================================

# ------------------------------------------------------------
# MongoDB Configuration (Required)
# ------------------------------------------------------------
MONGODB_USERNAME=admin
MONGODB_PASSWORD=your_secure_password_here

# ------------------------------------------------------------
# Search API Keys (Optional)
# Required only if using search/web scraping features
# ------------------------------------------------------------

# Jina Reader API - For web page content extraction
# Get your key at: https://jina.ai/reader
# JINA_API_KEY=your_jina_api_key_here

# Google SERP API - For Google search results
# Get your key at: https://serper.dev
# GOOGLE_SERP_API_KEY=your_google_serp_api_key_here