This repository has been archived on 2026-07-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
aniwatch-api/.env.example
T
Ayush Choudhary c3ee76a06b Added .env.example
2024-02-28 12:42:05 +00:00

6 lines
250 B
Bash

DOMAIN = "aniwatchtv.to"
PORT = 4000
# RATE LIMIT
WINDOWMS = 1800000 # duration to track requests (in milliseconds) for rate limiting. here, 30*60*1000 = 1800000 = 30 minutes
MAX = 70 # maximum number of requests in this timeperiod