Fix config example in README.md for rabbitmq_auth_backend_cache
This commit is contained in:
parent
c75ac14efa
commit
ec1ee0c011
|
@ -123,7 +123,7 @@ In the classic config format:
|
||||||
{user_path, "http://127.0.0.1:8080/auth/user"},
|
{user_path, "http://127.0.0.1:8080/auth/user"},
|
||||||
{vhost_path, "http://127.0.0.1:8080/auth/vhost"},
|
{vhost_path, "http://127.0.0.1:8080/auth/vhost"},
|
||||||
{resource_path, "http://127.0.0.1:8080/auth/resource"},
|
{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"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
].
|
].
|
||||||
|
|
Loading…
Reference in New Issue