From 93c584a35b03d8ea7f378c7a294768246cd431d1 Mon Sep 17 00:00:00 2001 From: spring-builds Date: Fri, 13 Jun 2025 08:35:58 +0000 Subject: [PATCH] Bumping versions --- docs/modules/ROOT/partials/appProps.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/partials/appProps.adoc b/docs/modules/ROOT/partials/appProps.adoc index 189a4437dd..e8be5b1b43 100644 --- a/docs/modules/ROOT/partials/appProps.adoc +++ b/docs/modules/ROOT/partials/appProps.adoc @@ -6,8 +6,8 @@ |APPLICATION_USERNAME|Optional username to access the application.| |MESSAGING_TRIGGER_CONNECT_TIMEOUT|Timeout to connect to the application to trigger a message.|5000 |MESSAGING_TRIGGER_READ_TIMEOUT|Timeout to read the response from the application to trigger a message.|5000 -|MESSAGING_TYPE|Defines the messaging type when dealing with message based contracts.| |MESSAGING_TYPE|Type of messaging. Can be either [rabbit] or [kafka].| +|MESSAGING_TYPE|Defines the messaging type when dealing with message based contracts.| |SPRING_KAFKA_BOOTSTRAP_SERVERS|For Kafka - brokers addresses.| |SPRING_RABBITMQ_ADDRESSES|For RabbitMQ - brokers addresses.| |=== \ No newline at end of file