Skip to content

Commit

Permalink
fix :: mongo connection url customization (for clusters)
Browse files Browse the repository at this point in the history
  • Loading branch information
jombidev committed Sep 26, 2024
1 parent 683b438 commit 4fbcc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
name: palette
data:
mongodb:
uri: mongodb://${MONGO_USERNAME}:${MONGO_PASSWORD}@${MONGO_HOST}:${MONGO_PORT}
uri: ${MONGO_CONNECTION}
database: ${DB_NAME}
redis:
repositories:
Expand Down

0 comments on commit 4fbcc8c

Please sign in to comment.