Skip to content

Commit

Permalink
chore #73 : change property name
Browse files Browse the repository at this point in the history
  • Loading branch information
seonpilKim committed Apr 21, 2024
1 parent 697ea85 commit 0e5f2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ spring:
mail:
host: smtp.gmail.com
port: 587
username: ${TITI_SMTP_GMAIL_TEST_USERNAME}
password: ${TITI_SMTP_GMAIL_TEST_PASSWORD}
username: ${TITI_TEST_SMTP_GMAIL_USERNAME}
password: ${TITI_TEST_SMTP_GMAIL_PASSWORD}
properties:
mail:
smtp:
Expand Down

0 comments on commit 0e5f2c1

Please sign in to comment.