Skip to content

Commit

Permalink
πŸ”§ : update default mongodb URL to use 27017 port
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Oct 1, 2021
1 parent f4ba7e9 commit 46a3376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ management.health.ldap.enabled=${gaia.ldap.enabled:false}

spring.data.mongodb.uri=${gaia.mongodb.uri}

gaia.mongodb.uri=mongodb://localhost/gaia
gaia.mongodb.uri=mongodb://localhost:27017/gaia

gaia.externalUrl=http://localhost:${server.port:8080}

Expand Down

0 comments on commit 46a3376

Please sign in to comment.