diff options
| author | Ritesh Ghosh <[email protected]> | 2024-10-04 12:22:03 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-10-04 12:22:03 +0530 |
| commit | e30d98399657600b33cd841da5df472e766be21a (patch) | |
| tree | 343c66b153ea29e98c7ea559209a1f089ffcf8d5 /.env.example | |
| parent | 1f3ddc980c15edcbf6d29403b0f54ca4c1f189f3 (diff) | |
| download | aniwatch-api-e30d98399657600b33cd841da5df472e766be21a.tar.xz aniwatch-api-e30d98399657600b33cd841da5df472e766be21a.zip | |
refactor: update .env.example formatting
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.env.example b/.env.example index 5dfc8a5..d09590e 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,7 @@ -DOMAIN = "aniwatchtv.to" -PORT = 4000 -CORS_ALLOWED_ORIGINS = https://your-production-domain.com,https://another-trusted-domain.com +DOMAIN="aniwatchtv.to" +PORT=4000 +CORS_ALLOWED_ORIGINS=https://your-production-domain.com,https://another-trusted-domain.com # 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 +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 |
