15 lines
547 B
Plaintext
Executable File
15 lines
547 B
Plaintext
Executable File
# 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 |