Skip to content

Commit

Permalink
chore: add env var for email
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Jan 8, 2025
1 parent 2a482c8 commit 448e202
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/template-application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ spring:
token-uri: https://nid.naver.com/oauth2.0/token
user-info-uri: https://openapi.naver.com/v1/nid/me
user_name_attribute: response
mail:
host: smtp.gmail.com
port: 587
username: [email protected]
password: test
properties:
mail.smtp.auth: true
mail.smtp.starttls.enable: true

app:
token:
Expand Down

0 comments on commit 448e202

Please sign in to comment.