From 8614588e0c01d74ab7091644b375dad205aa30e8 Mon Sep 17 00:00:00 2001 From: b1ek Date: Sat, 5 Aug 2023 04:03:01 +1000 Subject: [PATCH] add missing properties to .env.example --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 07bf312..423d538 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,5 @@ TG_KEY= GITEA_KEY= GITEA_URL=https://git.blek.codes +CHAT_ID= +POLL_TIME=2000 \ No newline at end of file