security: Remove hardcoded Notion API token from .env.example
- Replaced real token with placeholder - Prevents token exposure in repository
This commit is contained in:
@@ -44,7 +44,7 @@ TELEGRAM_CHAT_ID=your_telegram_chat_id
|
||||
# Notion Integration (Optional - for automatic PDF uploads)
|
||||
# =============================================================================
|
||||
# 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
|
||||
NOTION_DATABASE_ID=your_database_id_here
|
||||
|
||||
|
||||
Reference in New Issue
Block a user