yaml 환경변수에 맞게 수정#36
Conversation
There was a problem hiding this comment.
Code Review
This pull request modifies the Spring Mail configuration in application.yaml by removing the default empty string fallback from the MAIL_PASSWORD environment variable placeholder. The reviewer pointed out that this change could cause application startup failures in environments where the variable is not defined (such as local development) and recommended keeping the fallback to ensure the application can still run.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| port: 587 | ||
| username: ${MAIL_USERNAME:whereg87@gmail.com} | ||
| password: ${MAIL_PASSWORD:} | ||
| password: ${MAIL_PASSWORD} |
📃 작업내용
🙋♂️ 참고사항
✅ PR 체크리스트
.env,노션,README)"API 개발 완료됐어요","환경값 추가되었어요")