feat(core): Rate limit forgot password endpoint (#7604)

Github issue / Community forum post (link here to close automatically):

---------

Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
This commit is contained in:
Ricardo Espinoza
2023-11-03 13:44:12 -04:00
committed by GitHub
parent acec9bad71
commit 5790e251b8
7 changed files with 52 additions and 12 deletions

View File

@@ -1344,4 +1344,11 @@ export const schema = {
env: 'N8N_LEADER_SELECTION_CHECK_INTERVAL',
},
},
proxy_hops: {
format: Number,
default: 0,
env: 'N8N_PROXY_HOPS',
doc: 'Number of reverse-proxies n8n is running behind',
},
};