master
tszyszkowski 2022-08-03 14:03:19 +02:00
parent ebd14ea695
commit 19d6e827e1
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,13 @@
ext.client.token=3311c14e-cb66-4358-8138-e45f38d2c477
server.port=9095
spring.kafka.producer.bootstrap-servers=localhost:9092
spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer
spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.StringSerializer
spring.kafka.producer.properties.max.request.size=20242880
logging.level.org.springframework.web=DEBUG
server.tomcat.max-http-post-size=10MB
server.servlet.context-path=/adaptive

View File

@ -0,0 +1,12 @@
ext.client.token=06a499d0-eec9-4977-b2be-e4c5a51b923d
server.port=9095
spring.kafka.producer.bootstrap-servers=localhost:9092
spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer
spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.StringSerializer
spring.kafka.producer.properties.max.request.size=20242880
logging.level.org.springframework.web=DEBUG
server.tomcat.max-http-post-size=10MB