summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2022-01-04 16:41:47 +0400
committerGitHub <noreply@github.com>2022-01-04 16:41:47 +0400
commitece78e78e5e3452581efb97b83c48cb0d3816f93 (patch)
tree26fdfacd066730a16df1072f30820f6993c94101
parentc75ac14efad7bcb1d576ef01ec34e59b7a93ec22 (diff)
parentec1ee0c011dcc4334f6267aceeb8c12684145b36 (diff)
downloadrabbitmq-server-git-ece78e78e5e3452581efb97b83c48cb0d3816f93.tar.gz
Merge pull request #3947 from skorzhevsky/fix-readme-in-auth-backend-cache
Fix config example in README.md for rabbitmq_auth_backend_cache
-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 af3bad9c7f..dc3ee7ce5d 100644
--- a/deps/rabbitmq_auth_backend_cache/README.md
+++ b/deps/rabbitmq_auth_backend_cache/README.md
@@ -123,7 +123,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"}
]
}
].