9 lines
268 B
Bash
9 lines
268 B
Bash
BOT_TOKEN=
|
|
MARZBAN_URL=https://your-marzban.example.com
|
|
MARZBAN_USERNAME=
|
|
MARZBAN_PASSWORD=
|
|
ADMIN_IDS=12345678,87654321
|
|
# Optional; remove/comment this line when no proxy is required.
|
|
# HTTP_PROXY=http://shared-http-proxy.proxy.svc.cluster.local:3128
|
|
DB_PATH=stats.db
|