Skip to content

Commit

Permalink
[Chore] mail smtp config env 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
nahyeon99 committed Jun 8, 2023
1 parent 275cdd0 commit d018d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ spring:
properties:
mail:
smtp:
auth: true
auth: ${MAIL_AUTH}
starttls:
enable: true
enable: ${MAIL_TLS}

servlet:
multipart:
Expand Down

0 comments on commit d018d20

Please sign in to comment.