Skip to content

Commit

Permalink
fix: use private mongo port
Browse files Browse the repository at this point in the history
  • Loading branch information
gb-cic committed Oct 13, 2023
1 parent aacfd63 commit 8c62683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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@mongo:27888/fse
data.mongodb.uri=mongodb://mongoadmin:secret@mongo:27017/fse
data.mongodb.schema-name=FSE_GTW

### EDS CLIENT (REST) ###
Expand Down

0 comments on commit 8c62683

Please sign in to comment.