aboutsummaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorAyush Choudhary <[email protected]>2024-02-28 12:42:05 +0000
committerAyush Choudhary <[email protected]>2024-02-28 12:42:05 +0000
commitc3ee76a06b7527548a4699db3d9fa55c800c767c (patch)
treedc10db6c623424ad3016bbddf50cdccaf44f1041 /.env.example
parent10ab4ad9ebfbe24a0c2b524517a922524fe91e86 (diff)
downloadaniwatch-api-c3ee76a06b7527548a4699db3d9fa55c800c767c.tar.xz
aniwatch-api-c3ee76a06b7527548a4699db3d9fa55c800c767c.zip
Added `.env.example`
Diffstat (limited to '.env.example')
-rw-r--r--.env.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/.env.example b/.env.example
new file mode 100644
index 0000000..6829a4e
--- /dev/null
+++ b/.env.example
@@ -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 \ No newline at end of file