forked from tiboapp/tibo-telegram-bot
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 685 Bytes
/
.env.example
File metadata and controls
21 lines (17 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Telegram Bot Configuration
# Get your bot token from @BotFather on Telegram: https://t.me/BotFather
TIBO_TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
# Render.com Deployment (Optional - only needed for production deployment)
# Get these from your Render.com dashboard
RENDER_SERVICE_ID=your_render_service_id
RENDER_API_KEY=your_render_api_key
# TeleAds Configuration (Optional - only if using advertisement features)
# Default value: "meteoritt"
TELEADS_API_KEY=meteoritt
# Server Configuration (Optional)
# Default port is 8443
PORT=8443
# Development Mode (Optional)
# Set IDE=1 to run in polling mode instead of webhook mode
# This is useful for local development
# IDE=1