Skip to content

Commit

Permalink
Update application-docker.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo-ingenito committed Jul 11, 2023
1 parent 5f191dd commit c456046
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/application-docker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ log.level=trace
log.kafka-log.enable=true
kafka.log.base-topic=MDS-SA-0004_FU_001_LOG
kafka.bootstrap-servers=host.docker.internal:29092
spring.sleuth.messaging.kafka.enabled=false
kafka.properties.security.protocol=PLAINTEXT
kafka.properties.sasl.mechanism=PLAINTEXT
kafka.properties.sasl.jaas.config=PLAINTEXT
kafka.properties.ssl.truststore.location=PLAINTEXT
kafka.properties.ssl.truststore.password=PLAINTEXT
kafka.enablessl=false

### EDS CLIENT (CHANGESET) ###
eds.changeset.schema.status=http://host.docker.internal:9100/v1/changeset/schema/status
Expand Down

0 comments on commit c456046

Please sign in to comment.