Initial commit
This commit is contained in:
15
config/rabbitmq.conf
Executable file
15
config/rabbitmq.conf
Executable file
@@ -0,0 +1,15 @@
|
||||
# this is a comment
|
||||
listeners.tcp.default = 5672
|
||||
|
||||
auth_backends.1 = http
|
||||
auth_backends.2 = internal
|
||||
|
||||
auth_http.http_method = post
|
||||
auth_http.user_path = http://rabbit-auth-server:8080/rabbit/auth/user
|
||||
auth_http.vhost_path = http://rabbit-auth-server:8080/rabbit/auth/vhost
|
||||
auth_http.resource_path = http://rabbit-auth-server:8080/rabbit/auth/resource
|
||||
auth_http.topic_path = http://rabbit-auth-server:8080/rabbit/auth/topic
|
||||
|
||||
# Optional: timeout settings (milliseconds)
|
||||
auth_http.request_timeout = 5000
|
||||
auth_http.connection_timeout = 3000
|
||||
Reference in New Issue
Block a user