diff options
| author | Ayush Choudhary <[email protected]> | 2024-02-28 12:42:05 +0000 |
|---|---|---|
| committer | Ayush Choudhary <[email protected]> | 2024-02-28 12:42:05 +0000 |
| commit | c3ee76a06b7527548a4699db3d9fa55c800c767c (patch) | |
| tree | dc10db6c623424ad3016bbddf50cdccaf44f1041 /.env.example | |
| parent | 10ab4ad9ebfbe24a0c2b524517a922524fe91e86 (diff) | |
| download | aniwatch-api-c3ee76a06b7527548a4699db3d9fa55c800c767c.tar.xz aniwatch-api-c3ee76a06b7527548a4699db3d9fa55c800c767c.zip | |
Added `.env.example`
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 6 |
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 |
