From 46bfdfe9253d81b10f391c98959712cec32b6c27 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Thu, 9 Jan 2025 21:51:26 +0000 Subject: [PATCH] Generate documentation --- master.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/master.html b/master.html index 510ecf92..cc3ecfe3 100644 --- a/master.html +++ b/master.html @@ -182,9 +182,6 @@ with the WSGI server
  • logging
  • headers
  • hook
  • -
  • rabbitmq_endpoint
  • -
  • rabbitmq_topic
  • -
  • rabbitmq_queue_type
  • reporting
  • @@ -1338,23 +1335,23 @@ be specified.

    rabbitmq : Push the message to the rabbitmq server.

    Default: none

    - -
    -

    rabbitmq_endpoint

    +
    +
    rabbitmq_endpoint

    End-point address for rabbitmq server. Ex: amqp://user:password@localhost:5672/

    Default:

    -
    -

    rabbitmq_topic

    +
    +
    rabbitmq_topic

    RabbitMQ topic to publish message.

    Default:

    -
    -

    rabbitmq_queue_type

    +
    +
    rabbitmq_queue_type

    RabbitMQ queue type for the topic.

    Default: classic

    +

    reporting