Skip to content

Commit

Permalink
fix: rate limiting should always be on by default in all environments
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper573 committed Feb 8, 2025
1 parent face365 commit 7692087
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docker/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ MP_SERVER_DATABASE_HOST=localhost
MP_SERVER_PUBLIC_DIR=public
MP_SERVER_BUILD_VERSION=dev
MP_SERVER_PROXY_HOST=host.docker.internal:9999
MP_SERVER_RATE_LIMIT=false
MP_CLIENT_PROXY_HOST=host.docker.internal:5173
MP_CLIENT_BUILD_VERSION=dev
MP_CLIENT_EMBED_ENV=true
Expand Down
1 change: 0 additions & 1 deletion docker/.env.prod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ MP_SERVER_PUBLIC_MAX_AGE=31536000
MP_SERVER_EXPOSE_ERROR_DETAILS=false
MP_SERVER_DATABASE_HOST=postgres
MP_SERVER_PROXY_HOST=mp-server:9999
MP_SERVER_RATE_LIMIT=true
MP_CLIENT_PROXY_HOST=mp-client:80
KC_PUBLIC_BASE_URL=http://keycloak:8080
KC_VERIFY_EMAIL=true
Expand Down
1 change: 1 addition & 0 deletions docker/.env.shared
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ MP_SERVER_TICK_INTERVAL=50
MP_SERVER_PERSIST_INTERVAL=5000
MP_SERVER_LOG_SYNC_PATCHES=false
MP_SERVER_TRUST_PROXY=true
MP_SERVER_RATE_LIMIT=true
MP_SERVER_WS_ENDPOINT_PATH=/ws
MP_SERVER_API_ENDPOINT_PATH=/
MP_SERVER_HTTP_BASE_URL=https://${MP_SERVER_DOMAIN}
Expand Down
1 change: 0 additions & 1 deletion docker/.env.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ MP_SERVER_EXPOSE_ERROR_DETAILS=true
MP_SERVER_BUILD_VERSION=test
MP_SERVER_DATABASE_HOST=postgres
MP_SERVER_PROXY_HOST=mp-server:9999
MP_SERVER_RATE_LIMIT=true
MP_CLIENT_PROXY_HOST=mp-client:80
MP_CLIENT_BUILD_VERSION=test
KC_PUBLIC_BASE_URL=http://keycloak:8080
Expand Down

0 comments on commit 7692087

Please sign in to comment.