container integration
This commit is contained in:
@@ -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
|
||||
%dev.quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/postgres
|
||||
quarkus.datasource.jdbc.url=jdbc:postgresql://postgres:5432/postgres
|
||||
Reference in New Issue
Block a user