Files
rabbitmq/config/rabbitmq.conf
DeOwl cfad265a33
All checks were successful
Build and Deploy Docker Image / build-and-push (push) Successful in 1m7s
v0.1.0
- working central server auth
- added ci/cd
2026-05-26 11:55:22 +03:00

17 lines
475 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
# Optional: timeout settings (milliseconds)
auth_http.request_timeout = 5000
auth_http.connection_timeout = 3000