From 19d6e827e19db5d0eb4dd09d0ba4ad64ec1aef3a Mon Sep 17 00:00:00 2001 From: tszyszkowski Date: Wed, 3 Aug 2022 14:03:19 +0200 Subject: [PATCH] beta --- .../resources/application-intercontrol.properties | 13 +++++++++++++ src/main/resources/application-petrobit.properties | 12 ++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 src/main/resources/application-intercontrol.properties create mode 100644 src/main/resources/application-petrobit.properties diff --git a/src/main/resources/application-intercontrol.properties b/src/main/resources/application-intercontrol.properties new file mode 100644 index 0000000..8aa670f --- /dev/null +++ b/src/main/resources/application-intercontrol.properties @@ -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 \ No newline at end of file diff --git a/src/main/resources/application-petrobit.properties b/src/main/resources/application-petrobit.properties new file mode 100644 index 0000000..24d1926 --- /dev/null +++ b/src/main/resources/application-petrobit.properties @@ -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