Added .env.example

This commit is contained in:
Ayush Choudhary
2024-02-28 12:42:05 +00:00
parent 10ab4ad9eb
commit c3ee76a06b
3 changed files with 16 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
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