docs: Fix typo in ARA_PAGE_SIZE and include UI

Mention that this is also used for the UI and fix the default value
typo.

Change-Id: Ie68cf396bfe3b417841d337961644f49aa09c956
This commit is contained in:
David Moreau Simard 2020-01-24 18:38:16 -05:00
parent 3678d45297
commit 3399418daf
No known key found for this signature in database
GPG Key ID: 938880DAFC753E80
1 changed files with 3 additions and 2 deletions

View File

@ -478,10 +478,11 @@ ARA_PAGE_SIZE
- **Environment variable**: ``ARA_PAGE_SIZE``
- **Configuration file variable**: ``PAGE_SIZE``
- **Type**: ``integer``
- **Default**: ``50``
- **Default**: ``100``
- **Provided by**: django-rest-framework `pagination <https://www.django-rest-framework.org/api-guide/pagination/>`_
When querying the API server, the amount of items per page returned.
When querying the API server or the built-in reporting interface, the amount
of items per page returned by default.
ARA_READ_LOGIN_REQUIRED
~~~~~~~~~~~~~~~~~~~~~~~