Add an example redis.ratelimiter config.

This commit is contained in:
Shane Kilkelly 2016-12-19 12:17:58 +00:00
parent 9f787943b6
commit 535e489ae5

View file

@ -48,6 +48,16 @@ module.exports = settings =
# {host: 'localhost', port: 7005}
# ]
# ratelimiter:
# cluster: [
# {host: 'localhost', port: 7000}
# {host: 'localhost', port: 7001}
# {host: 'localhost', port: 7002}
# {host: 'localhost', port: 7003}
# {host: 'localhost', port: 7004}
# {host: 'localhost', port: 7005}
# ]
api:
host: "localhost"
port: "6379"