We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c15b5 commit 1a5a4c5Copy full SHA for 1a5a4c5
1 file changed
otoroshi/conf/application.conf
@@ -1712,7 +1712,6 @@ 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
- # uri = "redis://localhost:6380" # uri of the dedicated redis used for distributed throttling/quotas
1716
uris = []
1717
urisStr = ${?OTOROSHI_RATE_LIMITER_DISTRIBUTED_REDIS_URIS}
1718
}
0 commit comments