security: Remove hardcoded Notion API token from .env.example

- Replaced real token with placeholder
- Prevents token exposure in repository
This commit is contained in:
renato97
2026-01-26 17:28:24 +00:00
parent fb107cbe52
commit 308467acc3

View File

@@ -44,7 +44,7 @@ TELEGRAM_CHAT_ID=your_telegram_chat_id
# Notion Integration (Optional - for automatic PDF uploads) # Notion Integration (Optional - for automatic PDF uploads)
# ============================================================================= # =============================================================================
# Get your token from: https://developers.notion.com/docs/create-a-notion-integration # Get your token from: https://developers.notion.com/docs/create-a-notion-integration
NOTION_API=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 NOTION_API=ntn_YOUR_NOTION_INTEGRATION_TOKEN_HERE
# Get your database ID from the database URL in Notion # Get your database ID from the database URL in Notion
NOTION_DATABASE_ID=your_database_id_here NOTION_DATABASE_ID=your_database_id_here