refactor: update .env.example formatting

This commit is contained in:
Ritesh Ghosh
2024-10-04 12:22:03 +05:30
parent 1f3ddc980c
commit e30d983996
+5 -5
View File
@@ -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
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