diff --git a/.env.example b/.env.example index 2f41509..893a555 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,3 @@ PUBLIC_GRAPHQL_ENDPOINT="https://localhost:4000/v1/graphql" PUBLIC_API_ENDPOINT="https://localhost:3000" +BODY_SIZE_LIMIT=Infinity diff --git a/.env.public b/.env.public index e5df712..fd59749 100644 --- a/.env.public +++ b/.env.public @@ -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