Bumping versions

This commit is contained in:
buildmaster
2023-09-26 11:19:27 +00:00
parent 0ee72919f2
commit 87aa61bcd1
2 changed files with 231 additions and 2 deletions

View File

@@ -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|Type of messaging. Can be either [rabbit] or [kafka].|
|MESSAGING_TYPE|Defines the messaging type when dealing with message based contracts.|
|MESSAGING_TYPE|Type of messaging. Can be either [rabbit] or [kafka].|
|SPRING_KAFKA_BOOTSTRAP_SERVERS|For Kafka - brokers addresses.|
|SPRING_RABBITMQ_ADDRESSES|For RabbitMQ - brokers addresses.|
|===