From 39ef92ee514d145bfd217bae678a27d28ad0ac2d Mon Sep 17 00:00:00 2001 From: Lago Date: Sun, 21 Jun 2026 20:50:03 +0200 Subject: [PATCH] Update .env.example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 4a0d619..76030aa 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ # Telegram Bot Token (from @BotFather) -TELEGRAM_BOT_TOKEN=your-bot-token-here +TELEGRAM_BOT_TOKEN=8653489932:AAHhyOD1jtimE7kg0zoVCUVd3l0YEz_YJgg # PostgreSQL Credentials POSTGRES_USER=postgres @@ -11,4 +11,4 @@ JWT_SECRET=your-super-secret-jwt-key-change-in-production # Worker Configuration DEFAULT_INTERVAL_MINUTES=60 -ADMIN_TELEGRAM_IDS=123456789 # Comma-separated Telegram user IDs with admin access +ADMIN_TELEGRAM_IDS=298181113 # Comma-separated Telegram user IDs with admin access