mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-02-16 17:10:31 +00:00
25 lines
539 B
Plaintext
25 lines
539 B
Plaintext
# Bot Configuration
|
|
BOT_TOKEN=
|
|
|
|
# RemnaWave API Configuration
|
|
REMNAWAVE_URL=https://example.com
|
|
REMNAWAVE_MODE=remote
|
|
REMNAWAVE_TOKEN=
|
|
SUBSCRIPTION_BASE_URL=https://example.com
|
|
|
|
# Admin Configuration (comma-separated list of Telegram user IDs)
|
|
ADMIN_IDS=123445567,12342123
|
|
|
|
# Support Configuration
|
|
DEFAULT_LANGUAGE=ru
|
|
SUPPORT_USERNAME=support
|
|
|
|
# Database Configuration (optional, defaults to SQLite)
|
|
# DATABASE_URL=sqlite+aiosqlite:///bot.db
|
|
|
|
TRIAL_ENABLED=true
|
|
TRIAL_DURATION_DAYS=3
|
|
TRIAL_TRAFFIC_GB=2
|
|
TRIAL_SQUAD_UUID=
|
|
TRIAL_PRICE=0.0
|