We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ee347 commit 5be2c41Copy full SHA for 5be2c41
.env.template
@@ -4,7 +4,7 @@ PORT="8080" # The port your server will listen on
4
HOST="localhost" # Hostname for the server
5
6
# CORS Settings
7
-CORS_ORIGIN="http://localhost:*" # Allowed CORS origin, adjust as necessary
+CORS_ORIGIN="http://localhost:8080" # Allowed CORS origin, adjust as necessary
8
9
# Rate Limiting
10
COMMON_RATE_LIMIT_WINDOW_MS="1000" # Window size for rate limiting (ms)
0 commit comments