.env.example•583 B
# Confluence Knowledge Base Configuration
# Copy this file to .env and fill in your values
# Your Confluence instance URL (no trailing slash)
CONFLUENCE_URL=https://yourcompany.atlassian.net
# Your Confluence email
CONFLUENCE_EMAIL=you@company.com
# Confluence API Token
# Get it from: https://id.atlassian.com/manage-profile/security/api-tokens
CONFLUENCE_API_TOKEN=your-api-token-here
# Comma-separated list of space keys to index
# Find space keys in the URL: https://yourcompany.atlassian.net/wiki/spaces/TEAM/...
# Example: TEAM,DOCS,ENG,PRODUCT
CONFLUENCE_SPACES=TEAM,DOCS