2026-05-18 06:51:06 +07:00
|
|
|
BOT_TOKEN=isi_token_bot_telegram
|
2026-05-18 21:18:16 +07:00
|
|
|
ADDITIONAL_BOT_TOKENS=token_cadangan_1,token_cadangan_2,token_cadangan_3
|
2026-05-18 06:51:06 +07:00
|
|
|
STORAGE_CHANNEL_ID=-1001234567890
|
2026-06-06 12:39:26 +07:00
|
|
|
BASE_URL=https://tele.asepharyana.my.id
|
2026-05-18 06:51:06 +07:00
|
|
|
DATABASE_URL=postgresql://user:password@localhost:5432/telegram_uploader
|
|
|
|
|
PORT=3000
|
|
|
|
|
NODE_ENV=production
|
|
|
|
|
LOG_LEVEL=info
|
|
|
|
|
RATE_LIMIT_WINDOW_MS=60000
|
2026-07-06 01:25:18 +07:00
|
|
|
RATE_LIMIT_MAX_REQUESTS=30
|
|
|
|
|
# TRUST_PROXY=true # Uncomment when behind reverse proxy (Traefik, Nginx) for correct client IP detection
|