Skip to content

Commit b5ed302

Browse files
cleanup
1 parent 1a5a4c5 commit b5ed302

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

otoroshi/conf/application.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,8 +1712,8 @@ otoroshi {
17121712
distributed-redis {
17131713
enabled = false # when true, throttling and quotas are routed to a dedicated redis shared by all otoroshi nodes
17141714
enabled = ${?OTOROSHI_RATE_LIMITER_DISTRIBUTED_REDIS_ENABLED}
1715-
uris = []
1716-
urisStr = ${?OTOROSHI_RATE_LIMITER_DISTRIBUTED_REDIS_URIS}
1715+
uris = [] # uri of the dedicated redis used for distributed throttling/quotas
1716+
urisStr = ${?OTOROSHI_RATE_LIMITER_DISTRIBUTED_REDIS_URIS} # uri of the dedicated redis used for distributed throttling/quotas separated by ;
17171717
}
17181718
}
17191719

0 commit comments

Comments
 (0)