Skip to content

Commit

Permalink
fix: updated mongo db
Browse files Browse the repository at this point in the history
  • Loading branch information
thguss committed Nov 26, 2024
1 parent d1cb16d commit 907ba4b
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: mongodb://${MONGO_USERNAME}:${MONGO_PASSWORD}@${MONGO_HOST}:27017/smeem?authSource=admin
uri: mongodb+srv://${MONGO_USERNAME}:${MONGO_PASSWORD}@${MONGO_HOST}/smeem

0 comments on commit 907ba4b

Please sign in to comment.