We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98f9bf commit cb28573Copy full SHA for cb28573
config/default.js
@@ -6,7 +6,7 @@ module.exports = {
6
LOG_LEVEL: process.env.LOG_LEVEL || 'debug',
7
PORT: process.env.PORT || 3000,
8
API_VERSION: process.env.API_VERSION || 'v5',
9
- DEFAULT_PAGE_SIZE: process.env.DEFAULT_PAGE_SIZE || 50,
+ DEFAULT_PAGE_SIZE: process.env.DEFAULT_PAGE_SIZE || 1000,
10
// used to properly set the header response to api calls for services behind a load balancer
11
API_BASE_URL: process.env.API_BASE_URL || `http://localhost:3000`,
12
0 commit comments