Skip to content

Commit

Permalink
update prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
YanyChoi committed Dec 11, 2023
1 parent 50aacae commit 49c8b23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ server:
spring:
data:
mongodb:
uri: ${MONGO_DB_URI} # MongoDB URI 설정

uri: mongodb+srv://${MONGODB_USER}:${MONGODB_PASSWORD}@${MONGODB_URI}/${MONGODB_DATABASE}?retryWrites=true&w=majority
servlet:
multipart:
max-file-size: 100MB
Expand Down

0 comments on commit 49c8b23

Please sign in to comment.