From 032e3ed2278fa6664acd66be11d3e1b771cf29ac Mon Sep 17 00:00:00 2001 From: Lennart Heinrich Date: Wed, 22 Oct 2025 21:01:45 +0200 Subject: [PATCH] container integration --- src/main/resources/application.properties | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 2de9d9f..84a2c4e 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,10 +1,8 @@ -quarkus.http.port=7081 - quarkus.index-dependency.model-persistence.group-id=de.infinimotion quarkus.index-dependency.model-persistence.artifact-id=model-persistence %dev.kafka.bootstrap.servers=localhost:19092 -kafka.bootstrap.servers=redpanda-0:9092 +kafka.bootstrap.servers=redpanda:9092 kafka.security.protocol=SASL_PLAINTEXT kafka.sasl.mechanism=SCRAM-SHA-256 @@ -19,4 +17,5 @@ quarkus.hibernate-orm.schema-management.strategy=update quarkus.datasource.db-kind=postgresql quarkus.datasource.username=postgres quarkus.datasource.password=a552855c0d842e90895121cf614c31f950086cab -quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/postgres \ No newline at end of file +%dev.quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/postgres +quarkus.datasource.jdbc.url=jdbc:postgresql://postgres:5432/postgres \ No newline at end of file