Skip to content

Commit 5be2c41

Browse files
authored
fix: update CORS origin in .env.template to specify port 8080 (#460)
1 parent e3ee347 commit 5be2c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PORT="8080" # The port your server will listen on
44
HOST="localhost" # Hostname for the server
55

66
# CORS Settings
7-
CORS_ORIGIN="http://localhost:*" # Allowed CORS origin, adjust as necessary
7+
CORS_ORIGIN="http://localhost:8080" # Allowed CORS origin, adjust as necessary
88

99
# Rate Limiting
1010
COMMON_RATE_LIMIT_WINDOW_MS="1000" # Window size for rate limiting (ms)

0 commit comments

Comments
 (0)