We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5a4c5 commit b5ed302Copy full SHA for b5ed302
1 file changed
otoroshi/conf/application.conf
@@ -1712,8 +1712,8 @@ otoroshi {
1712
distributed-redis {
1713
enabled = false # when true, throttling and quotas are routed to a dedicated redis shared by all otoroshi nodes
1714
enabled = ${?OTOROSHI_RATE_LIMITER_DISTRIBUTED_REDIS_ENABLED}
1715
- uris = []
1716
- urisStr = ${?OTOROSHI_RATE_LIMITER_DISTRIBUTED_REDIS_URIS}
+ uris = [] # uri of the dedicated redis used for distributed throttling/quotas
+ urisStr = ${?OTOROSHI_RATE_LIMITER_DISTRIBUTED_REDIS_URIS} # uri of the dedicated redis used for distributed throttling/quotas separated by ;
1717
}
1718
1719
0 commit comments