Spaces:
Sleeping
Sleeping
Create .env
Browse files
.env
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Telegram Bot Token (from @BotFather)
|
| 2 |
+
BOT_TOKEN=8143260119:AAEBx-wrkoau7l-Qef7InOvxXxWvqu5qZFM
|
| 3 |
+
|
| 4 |
+
# Telegram Admin ID (your Telegram numeric ID)
|
| 5 |
+
ADMIN_ID=7740200941
|
| 6 |
+
|
| 7 |
+
# MongoDB Connection URI (replace username, password, cluster)
|
| 8 |
+
MONGO_URI=mongodb+srv://oggytgbot:oggytgbot@cluster0.bzdravq.mongodb.net/?retryWrites=true&w=majority
|
| 9 |
+
|
| 10 |
+
# MongoDB Database Name
|
| 11 |
+
DB_NAME=oggytgbot
|