# Notion API Configuration
# Get your API key from: https://developers.notion.com/docs/create-a-notion-integration
NOTION_API_KEY=secret_your_notion_api_key_here
# OpenAI API Configuration
# Get your API key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-your_openai_api_key_here
# Optional: Set log level (DEBUG, INFO, WARNING, ERROR)
# Default is INFO if not specified
LOG_LEVEL=INFO
# Optional: AnkiConnect URL (default is http://127.0.0.1:8765)
# Only change if you're running AnkiConnect on a different host/port
# ANKI_CONNECT_URL=http://127.0.0.1:8765