Skip to content

Commit

Permalink
fix: body limit
Browse files Browse the repository at this point in the history
  • Loading branch information
HungLV46 committed Aug 23, 2024
1 parent a01f795 commit dab60ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
PUBLIC_GRAPHQL_ENDPOINT="https://localhost:4000/v1/graphql"
PUBLIC_API_ENDPOINT="https://localhost:3000"
BODY_SIZE_LIMIT=Infinity
1 change: 1 addition & 0 deletions .env.public
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
PUBLIC_GRAPHQL_ENDPOINT="https://graphql.dev.seekhype.io/v1/graphql"
PUBLIC_API_ENDPOINT="https://ip-api.dev.aurascan.io"
BODY_SIZE_LIMIT=Infinity

0 comments on commit dab60ae

Please sign in to comment.