Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Feb 7, 2024
1 parent 28e0fab commit 85f09d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/dipdup.thumbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ database:
hasura:
url: http://${HASURA_HOST:-hasura}:8080
admin_secret: ${ADMIN_SECRET:-changeme}
select_limit: ${HASURA_SELECT_LIMIT:-100}
select_limit: ${HASURA_SELECT_LIMIT:-10000}
allow_aggregation: false
rest: true

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
environment:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-changeme}
- ADMIN_SECRET=${ADMIN_SECRET:-changeme}
- HASURA_SELECT_LIMIT=${HASURA_SELECT_LIMIT:-1000}
- HASURA_SELECT_LIMIT=${HASURA_SELECT_LIMIT:-10000}
- IPFS_NODE_URI=${IPFS_NODE_URI:-https://ipfs.io}
volumes:
- ipfs:/etc/metadata/ipfs
Expand All @@ -38,7 +38,7 @@ services:
retries: 5

hasura:
image: hasura/graphql-engine:latest
image: hasura/graphql-engine:v2.23.0
ports:
- "127.0.0.1:8080:8080"
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
environment:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-changeme}
- ADMIN_SECRET=${ADMIN_SECRET:-changeme}
- HASURA_SELECT_LIMIT=${HASURA_SELECT_LIMIT:-1000}
- HASURA_SELECT_LIMIT=${HASURA_SELECT_LIMIT:-10000}
- IPFS_NODE_URI=${IPFS_NODE_URI:-https://ipfs.io}
volumes:
- ipfs:/etc/metadata/ipfs
Expand All @@ -37,7 +37,7 @@ services:
retries: 5

hasura:
image: hasura/graphql-engine:latest
image: hasura/graphql-engine:v2.23.0
ports:
- "127.0.0.1:8080:8080"
depends_on:
Expand Down

0 comments on commit 85f09d6

Please sign in to comment.