From 411adff8d9435febc28a5257662d40092819b8de Mon Sep 17 00:00:00 2001 From: Artem404Error Date: Tue, 5 May 2026 19:53:41 +0300 Subject: [PATCH 1/2] Update .env.example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 51d9377..c0c40ae 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,8 @@ VK_GROUP_ID=233127658 -VK_TOKEN=vk1.a.XTkUvOpbeC9ReN0WxLLynwe19Xdfr5kt4_lWcFpJINpS4O-MsQMeSxc9WWj7IqBTDDOLcpdgjGS4MdBsorXIEosmvV-iYwbExBqZaRTdtl7DcrRsYg0uW1gavDc_SBItLjoCnje7WlO5vz8i5pxXgkSuiki9vMbfYZdjYZYF8q5z7sResjJ-ZdBKS73WMCmrgQx0I22rGY0rRR7HKCeC_g +VK_TOKEN="" ADMIN_IDS=25076348 DATA_DIR=data LEADS_FILE=data/leads.xlsx BACKUP_DIR=data/backups LOG_LEVEL=INFO -TIMEZONE=Europe/Moscow \ No newline at end of file +TIMEZONE=Europe/Moscow From 48c078afa26f2f4d2984a8adee1cc998f230067d Mon Sep 17 00:00:00 2001 From: Artem404Error Date: Tue, 5 May 2026 19:54:27 +0300 Subject: [PATCH 2/2] Update .env.example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index c0c40ae..e85c7b5 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ VK_GROUP_ID=233127658 VK_TOKEN="" -ADMIN_IDS=25076348 +ADMIN_IDS="" DATA_DIR=data LEADS_FILE=data/leads.xlsx BACKUP_DIR=data/backups