yzeng25 commented on code in PR #10804:
URL: https://github.com/apache/apisix/pull/10804#discussion_r1449752519


##########
docs/zh/latest/plugins/limit-count.md:
##########
@@ -250,6 +250,37 @@ curl -i http://127.0.0.1:9180/apisix/admin/routes/1 \
 }'
 ```
 
+此外,插件中的属性值可以引用 APISIX 中的密钥。APISIX 当前支持两种存储密钥的方式 - [环境变量和 HashiCorp 
Vault](../terminology/secret.md)。
+如果您设置了环境变量 `REDIS_HOST` 和 `REDIS_PASSWORD` ,如下所示,您可以在插件配置中使用它们:

Review Comment:
   @kayx23 @smileby could you help confirm that both the var names should be in 
lowercase, i.e. `redis_host` and `redis_password`? I can see the original PR 
https://github.com/apache/apisix/pull/10607/files# mention uppercacse in var 
values only.
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to