Skip to content

Commit

Permalink
fix(docker): revise url
Browse files Browse the repository at this point in the history
  • Loading branch information
gb-cic committed Oct 13, 2023
1 parent b2e7a83 commit aacfd63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-docker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ server.port=8011
management.server.port=8011

### MONGODB ###
data.mongodb.uri=mongodb://mongoadmin:secret@host.docker.internal:27888/fse
data.mongodb.uri=mongodb://mongoadmin:secret@mongo:27888/fse
data.mongodb.schema-name=FSE_GTW

### EDS CLIENT (REST) ###
Expand All @@ -19,7 +19,7 @@ log.output.format=console
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
kafka.bootstrap-servers=kafka:29092
spring.sleuth.messaging.kafka.enabled=false
kafka.properties.security.protocol=PLAINTEXT
kafka.properties.sasl.mechanism=PLAINTEXT
Expand Down

0 comments on commit aacfd63

Please sign in to comment.