Skip to content

Commit

Permalink
fix: e2e params for max http request payload size (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsojko authored Feb 2, 2024
1 parent 10832f7 commit f975dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ci.env
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ AUTH_SERVER_ENCRYPTION_SERVER_KEY=1087415dfde3093797f9a7ca93a49e7d7aa1861735eb0d
VALET_TOKEN_SECRET=4b886819ebe1e908077c6cae96311b48a8416bd60cc91c03060e15bdf6b30d1f

SYNCING_SERVER_CONTENT_SIZE_TRANSFER_LIMIT=100000

HTTP_REQUEST_PAYLOAD_LIMIT_MEGABYTES=1
1 change: 1 addition & 0 deletions .github/workflows/e2e-home-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
echo "REFRESH_TOKEN_AGE=10" >> packages/home-server/.env
echo "REVISIONS_FREQUENCY=2" >> packages/home-server/.env
echo "CONTENT_SIZE_TRANSFER_LIMIT=100000" >> packages/home-server/.env
echo "HTTP_REQUEST_PAYLOAD_LIMIT_MEGABYTES=1" >> packages/home-server/.env
echo "DB_HOST=localhost" >> packages/home-server/.env
echo "DB_PORT=3306" >> packages/home-server/.env
echo "DB_DATABASE=standardnotes" >> packages/home-server/.env
Expand Down

0 comments on commit f975dd9

Please sign in to comment.