first step

This commit is contained in:
2026-04-05 12:18:33 +03:00
parent 4a03f3e3cf
commit 3992121397
17 changed files with 3367 additions and 0 deletions

25
.env.example Normal file
View File

@@ -0,0 +1,25 @@
# Telegram Bot
BOT_TOKEN=YOUR_BOT_TOKEN_HERE
# Database
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=
DB_NAME=botyobshik
# Support
SUPPORT_USERNAME=@support_username
# Payment
PAYMENT_CHANNEL_ID=-1003591520479
PAYMENT_THREAD_ID=5910
PAYMENT_TICKET_CHANNEL_ID=-1003591520479
PAYMENT_TICKET_THREAD_ID=788
PAYMENT_PHONE=+7 904 788 77 35
# Admin
ADMIN_IDS=123456789,987654321
# Remnawave API
REMWAVE_API_URL=https://panel.remnawave.com/api
REMWAVE_API_KEY=your_api_key_here