Skip to content

Commit

Permalink
fix: updated mongodb uri
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Nov 26, 2024
1 parent 460d1ea commit a57d79f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ spring:

data:
mongodb:
uri: ${MONGO_HOST}?tls=true
uri: mongodb+srv://${MONGO_USERNAME}:${MONGO_PASSWORD}@${MONGO_HOST}/smeem?tls=true

0 comments on commit a57d79f

Please sign in to comment.