Skip to content

Commit

Permalink
java-module: Update SMTP authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
ish-hcc committed Oct 29, 2024
1 parent e8a3951 commit 694b3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java-module/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ DATABASE_PW=mc-agent
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USERNAME=[email protected]
SMTP_PASSWORD=eiogroquivlyzpqq
SMTP_PASSWORD=dyxagugkcbzrsrzb
SMTP_AUTH=true
SMTP_ENABLE_TLS=true
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spring:
host: ${SMTP_HOST:smtp.gmail.com}
port: ${SMTP_PORT:587}
username: ${SMTP_USERNAME:[email protected]}
password: ${SMTP_PASSWORD:eiogroquivlyzpqq}
password: ${SMTP_PASSWORD:dyxagugkcbzrsrzb}
properties:
mail:
smtp:
Expand Down

0 comments on commit 694b3f4

Please sign in to comment.