Farmbot-Web-App/docker_configs/rabbitmq.conf.erb

18 lines
613 B
Plaintext
Raw Normal View History

2018-07-06 07:10:44 -06:00
auth_backends.1 = cache
auth_cache.cached_backend = http
auth_cache.cache_ttl = 600000
auth_http.http_method = post
auth_http.resource_path = <%= fully_formed_url %>/api/rmq/resource
auth_http.topic_path = <%= fully_formed_url %>/api/rmq/topic
auth_http.user_path = <%= fully_formed_url %>/api/rmq/user
auth_http.vhost_path = <%= fully_formed_url %>/api/rmq/vhost
2018-07-05 12:33:16 -06:00
default_user = admin
2018-07-04 06:36:49 -06:00
default_pass = <%= admin_password %>
default_user_tags.administrator = true
default_user_tags.management = true
2018-06-20 15:05:45 -06:00
mqtt.allow_anonymous = false