From b73963c3959c84937f22a28e5c7f80feeb99d8b1 Mon Sep 17 00:00:00 2001 From: tszyszkowski Date: Mon, 24 Oct 2022 22:02:18 +0200 Subject: [PATCH] .. --- src/main/resources/application-dtsext.properties | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/main/resources/application-dtsext.properties diff --git a/src/main/resources/application-dtsext.properties b/src/main/resources/application-dtsext.properties new file mode 100644 index 0000000..8c9bffb --- /dev/null +++ b/src/main/resources/application-dtsext.properties @@ -0,0 +1,12 @@ +ext.client.token=49339272-f9d5-4e86-ae1a-c2573ca61c19 +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=/external \ No newline at end of file