18 lines
387 B
Plaintext
18 lines
387 B
Plaintext
# Telegram Bot Token
|
|
BOT_TOKEN=8130773519:AAG__5YpiFROrdJovts6xm5Edl0EEvD0bxo
|
|
|
|
# Backend API URL
|
|
BACKEND_API_URL=http://localhost:8080
|
|
|
|
# Frontend URL (for mini app)
|
|
FRONTEND_URL=https://www.google.com
|
|
|
|
# Bot username (without @)
|
|
BOT_USERNAME=volsu_sno_bot
|
|
|
|
# Admin user IDs (comma-separated)
|
|
ADMIN_USER_IDS=6113992941
|
|
|
|
# Operator user IDs (comma-separated)
|
|
OPERATOR_USER_IDS=6968371470
|