From 84546b26b4b854ff35f9248bcac7ac4abe599843 Mon Sep 17 00:00:00 2001 From: Edwin Hernandez Date: Sun, 6 Jul 2025 12:17:14 -0500 Subject: [PATCH] fix: update CORS origin in .env.template to specify port 8080 --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 6ca6fc1c..fea268fd 100644 --- a/.env.template +++ b/.env.template @@ -4,7 +4,7 @@ PORT="8080" # The port your server will listen on HOST="localhost" # Hostname for the server # CORS Settings -CORS_ORIGIN="http://localhost:*" # Allowed CORS origin, adjust as necessary +CORS_ORIGIN="http://localhost:8080" # Allowed CORS origin, adjust as necessary # Rate Limiting COMMON_RATE_LIMIT_WINDOW_MS="1000" # Window size for rate limiting (ms)