Skip to content

Commit

Permalink
change uri mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoBouttes authored Jun 30, 2022
1 parent bf83b41 commit 47c8b37
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: 0.1.1-SNAPSHOT
release_name: Release 0.1.1-SNAPSHOT
tag_name: 0.1.2-SNAPSHOT
release_name: Release 0.1.2-SNAPSHOT
draft: false
prerelease: false
docker:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>insee.stage</groupId>
<artifactId>demo</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<name>demo</name>
<description>Demo project for Spring Boot</description>
<properties>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#MongoDB

spring.data.mongodb.uri = mongodb://localhost:27017/test
mongodb.database=test
spring.data.mongodb.uri = mongodb://demo:[email protected],my-mongodb-1.my-mongodb-headless,my-mongodb-2.my-mongodb-headless:27017/test?authSource=test


error.whitelabel.enabled=false
spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER
Expand Down

0 comments on commit 47c8b37

Please sign in to comment.