From d138a9ca4152da48c8ee448065c9f62e3d37c128 Mon Sep 17 00:00:00 2001 From: Amir Husayn Panahifar Date: Tue, 8 Apr 2025 02:46:53 +0330 Subject: [PATCH] Add Telegram api and chat variable --- .env.sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index c0c68b1..cece793 100644 --- a/.env.sample +++ b/.env.sample @@ -1 +1,4 @@ -PORT=3000 \ No newline at end of file +PORT=3000 + +TELEGRAM_API_TOKEN= +TELEGRAM_CHAT_ID= \ No newline at end of file