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