Skip to content

Commit

Permalink
chore: 환경변수 없애기
Browse files Browse the repository at this point in the history
  • Loading branch information
qormoon committed Jun 26, 2024
1 parent 3616e2a commit 1dff7eb
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 @@ -44,8 +44,8 @@ spring:
mail:
host: smtp.gmail.com
port: 587
username: ${{ secrets.MAIL_USERNAME }}
password: ${{ secrets.MAIL_PASSWORD }}
username: [email protected]
password: tbyiilhblgupacvg
properties:
mail:
smtp:
Expand Down

0 comments on commit 1dff7eb

Please sign in to comment.