From 308467acc30150ed837d8b4289bae4d602976df6 Mon Sep 17 00:00:00 2001 From: renato97 Date: Mon, 26 Jan 2026 17:28:24 +0000 Subject: [PATCH] security: Remove hardcoded Notion API token from .env.example - Replaced real token with placeholder - Prevents token exposure in repository --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 6bcc341..b2bc7cb 100644 --- a/.env.example +++ b/.env.example @@ -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