Skip to content

Commit

Permalink
Removes default API limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Nov 19, 2024
1 parent 3de749e commit 9804a9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ov_wag/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@
'CLIENT_URLS': {'default': os.environ.get('OV_PREVIEW_URL')},
}

# TODO: Set this to a real limit once we create pagination for the frontend endpoints
WAGTAILAPI_LIMIT_MAX = None

# OIDC Provider settings
SITE_ID = 1
AUTHENTICATION_BACKENDS = [
Expand Down

0 comments on commit 9804a9f

Please sign in to comment.