mirror of
https://github.com/directus/directus.git
synced 2026-02-16 06:45:07 -05:00
add to env varibles so user has choice
This is between 'redis' and 'memory'
This commit is contained in:
@@ -31,6 +31,7 @@ const defaults = {
|
||||
REDIS_PASSWORD: null,
|
||||
},
|
||||
rateLimits: {
|
||||
RATE_LIMIT_TYPE: 'redis',
|
||||
CONSUMED_POINTS_LIMIT: 5,
|
||||
CONSUMED_RESET_DURATION: 1,
|
||||
EXEC_EVENLY: true,
|
||||
|
||||
Reference in New Issue
Block a user