first step
This commit is contained in:
25
.env.example
Normal file
25
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user