Skip to content

Commit

Permalink
chore: EMAIL_PASSWORD 통일 및 local에 기본값 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jun 27, 2024
1 parent 2163299 commit 9936a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion email/src/main/resources/application-email-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ spring:
host: smtp.gmail.com
port: 587
username: [email protected]
password: ${EMAIL_PASSWORD}
password: ${EMAIL_PASSWORD:password}
properties:
mail:
smtp:
Expand Down
2 changes: 1 addition & 1 deletion email/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ spring:
protocol: smtp
port: 25
username: 36a1889f02050c
password: ${MAIL_PASSWORD}
password: ${EMAIL_PASSWORD}
properties:
mail:
smtp:
Expand Down

0 comments on commit 9936a8a

Please sign in to comment.