# Notion API key
# Get your API key from https://www.notion.so/my-integrations
NOTION_API_KEY=your_notion_api_key_here
# Optional: Debug mode (set to true for verbose logging)
DEBUG=false
# Optional: Confirmation settings
# Set to "false" to disable confirmations for non-destructive operations
REQUIRE_CONFIRMATION_FOR_CREATE=true
REQUIRE_CONFIRMATION_FOR_UPDATE=true
# Always require confirmation for delete operations
REQUIRE_CONFIRMATION_FOR_DELETE=true
# Optional: Polling interval for updates (in milliseconds)
UPDATE_POLLING_INTERVAL=60000
# Optional: Maximum depth for block fetching
MAX_BLOCK_DEPTH=3