Skip to content

Commit

Permalink
Merge pull request #57 from MO-RISE/fix/limiting-rows-for-single-query
Browse files Browse the repository at this point in the history
Setting value for PGRST_DB_MAX_ROWS
  • Loading branch information
freol35241 authored Oct 15, 2023
2 parents 5e449ac + 7237290 commit 504c717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ services:
- PGRST_OPENAPI_SERVER_PROXY_URI=http://localhost/api
- PGRST_DB_SCHEMAS=api_views
- PGRST_DB_ANON_ROLE=web_user # Has read permissions!
- PGRST_DB_MAX_ROWS=1000000 # Limiting the maximum number of rows for a single query to 1M
depends_on:
- db
labels:
Expand Down

0 comments on commit 504c717

Please sign in to comment.