12 lines
491 B
Plaintext
12 lines
491 B
Plaintext
DATABASE_URL=postgres://postgres:psw@localhost:5432/proxyrotator
|
|
LISTEN_ADDR=0.0.0.0:9987
|
|
API_KEY=your-secret-key
|
|
RETURN_SECRET=true
|
|
MAX_CONCURRENCY=200
|
|
MAX_TEST_LIMIT=2000
|
|
LEASE_TTL=60s
|
|
|
|
|
|
TELEGRAM_BOT_TOKEN=
|
|
TELEGRAM_ADMIN_IDS=
|
|
TELEGRAM_NOTIFY_CHAT_ID= |