39 lines
804 B
Plaintext
39 lines
804 B
Plaintext
# Database
|
|
POSTGRES_USER=
|
|
POSTGRES_PASSWORD=
|
|
POSTGRES_DB=
|
|
POSTGRES_URL=postgresql+asyncpg://user:password@localhost:5432/database_name
|
|
|
|
|
|
# Telegram bot
|
|
BOT_TOKEN=your_telegram_bot_token
|
|
|
|
# Comma-separated list of Telegram user IDs
|
|
ADMINS=[123456789,987654321]
|
|
|
|
# Pally
|
|
PALLY_SHOP_ID=your_pally_shop_id
|
|
PALLY_TOKEN=your_pally_token
|
|
|
|
# Referral system
|
|
REFERAL_BONUS=10
|
|
DEPOSIT_THRESHOLD=50
|
|
|
|
# Optional proxy
|
|
PROXY=http://user:password@host:port
|
|
|
|
# Remnawave
|
|
REMNAWAVE_URL=https://example.com
|
|
SUBSCRIPTION_URL=https://example.com/subscription
|
|
REMNAWAVE_TOKEN=your_remnawave_token
|
|
|
|
# Device pricing
|
|
MIN_DEVICES=3
|
|
MAX_DEVICES=12
|
|
PER_DEVICE_COST=50
|
|
WHITELIST_COST=100
|
|
WHITELIST_DEVICE_THRESHOLD=6
|
|
|
|
# Squads
|
|
GENERAL_SQUAD=2de0b5ea-49b9-4181-916f-ae67b9c83b80
|
|
WHITELIST_SQUAD=e4435baa-64d3-4b29-a18e-81ad1c60d977 |