From 35571198525c0c74857c1df7414110a627587fb4 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sun, 12 Nov 2023 14:49:57 +0500 Subject: [PATCH] documented config fi;e --- env.example | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 env.example diff --git a/env.example b/env.example new file mode 100644 index 0000000..9c6f156 --- /dev/null +++ b/env.example @@ -0,0 +1,17 @@ +# Your Telegram Bot API Token, Contact @BotFather on Telegram to obtain token +TG_BOT_TOKEN='' + +# Your Telegram chat ID, This could be your user, group, supergroup or channel ID +# add "-100" first if supergroup or channel +TG_CHATID='' + +# accepted units: s (seconds), m (minutes), h (hours), d (days), ms (milliseconds) +# Example: DELAY=10m +DELAY=30m + +# Exmaple: RTSP_URL=rtsp://usernams:password@ipaddress:port/streampath +RTSP_URL=rtsp:// + +# Use some maps service to fetch this, this is used to fetch weather from API. (Default is Male', Maldives) +LATITUDE="4.1752" +LONGITUDE="73.5092"