kayx23 commented on code in PR #10579: URL: https://github.com/apache/apisix/pull/10579#discussion_r1411823542
########## docs/en/latest/plugins/clickhouse-logger.md: ########## @@ -104,7 +105,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f13 "plugins": { "clickhouse-logger": { "user": "default", - "password": "a", + "password": "", Review Comment: In the clickhouse-logger test files, many instances of `password = "a"` are used. Please make sure doc and test are consistent (update either way) -- 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]
