From f3b99fc5d0d28a5db317c2558c145962ef8bf05d Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Fri, 29 Oct 2021 18:12:11 +0700 Subject: [PATCH] env list for vps deployment --- example.env | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 example.env diff --git a/example.env b/example.env new file mode 100644 index 0000000..63dfcd9 --- /dev/null +++ b/example.env @@ -0,0 +1,13 @@ +SESSION_NAME= Your Session # Fill with the Pyrogram session string +BOT_USERNAME= # Your music bot username +BOT_TOKEN= # Your Bot Token +BOT_NAME= # Your music bot name +API_ID= # Your API ID from my.telegram.org +API_HASH= # Your API HASH from my.telegram.org +SUDO_USERS=1757169682 1670523611 1727937540 # List of user IDs separated by space (you can fill this with your id too) +DURATION_LIMIT=240 # in minutes (default:40) +UPDATES_CHANNEL=levinachannel # if you have channel, fill the channel username here without @ +GROUP_SUPPORT=VeezSupportGroup # # if you have group, fill the group username here without @ +ASSISTANT_NAME=veezassistant # fill with the assistant username without @ +OWNER_NAME=dlwrml # fill with username of your telegram account +ALIVE_NAME=Levina # fill with nickname/name of your telegram account