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