summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskorzhevsky <skorzhevsky@users.noreply.github.com>2022-01-04 14:30:04 +0300
committermergify-bot <noreply@mergify.com>2022-01-04 12:51:00 +0000
commit6edd648f392350e885bcf29a7fe817c1b21d4717 (patch)
tree31676c1ba0f57831550bf2cd45ba1bce090580a8
parent18ad3582a4d374cb23471372d26899266e288341 (diff)
downloadrabbitmq-server-git-6edd648f392350e885bcf29a7fe817c1b21d4717.tar.gz
Fix config example in README.md for rabbitmq_auth_backend_cachemergify/bp/v3.8.x/pr-3948
(cherry picked from commit ec1ee0c011dcc4334f6267aceeb8c12684145b36) (cherry picked from commit 843eb6fb63712f29b8d74e0f45e73af804e03bea)
-rw-r--r--deps/rabbitmq_auth_backend_cache/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbitmq_auth_backend_cache/README.md b/deps/rabbitmq_auth_backend_cache/README.md
index 62595ab238..c141c98e78 100644
--- a/deps/rabbitmq_auth_backend_cache/README.md
+++ b/deps/rabbitmq_auth_backend_cache/README.md
@@ -118,7 +118,7 @@ In the classic config format:
{user_path, "http://127.0.0.1:8080/auth/user"},
{vhost_path, "http://127.0.0.1:8080/auth/vhost"},
{resource_path, "http://127.0.0.1:8080/auth/resource"},
- {auth_http.topic_path, "http://127.0.0.1:8080/auth/topic"}
+ {topic_path, "http://127.0.0.1:8080/auth/topic"}
]
}
].