Skip to content

Commit

Permalink
chore(core-api): enable trustProxy option
Browse files Browse the repository at this point in the history
  • Loading branch information
air1one committed Oct 22, 2020
1 parent dcf1ea8 commit 850ade0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core-api/src/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const defaults = {
userCache: {
expiresIn: process.env.CORE_API_RATE_LIMIT_USER_EXPIRES || 60000,
},
trustProxy: true,
},
pagination: {
limit: 100,
Expand Down

0 comments on commit 850ade0

Please sign in to comment.