提交.gitattributes

This commit is contained in:
codewendao
2026-08-12 19:38:54 +08:00
parent 5d4562f076
commit 4c7f58fe9f
2 changed files with 4 additions and 3 deletions

3
.gitattributes vendored
View File

@@ -3,4 +3,5 @@
*.yaml text eol=lf
*.md text eol=lf
Dockerfile text eol=lf
docker-compose text eol=lf
docker-compose.yml text eol=lf
docker-compose binary

View File

@@ -8,8 +8,8 @@ spring:
mail:
host: smtp.163.com # SMTP 服务器地址
port: 25 # SMTP 端口25/465/587
username: frfr46467978@163.com # 发件邮箱账号
password: ${MAIL_PASSWORD:EZf7cdkH4C8mPFfP} # 邮箱授权码(非登录密码)
username: xxxxx@163.com # 发件邮箱账号
password: ${MAIL_PASSWORD:xxxxxx} # 邮箱授权码(非登录密码)
properties:
mail:
smtp: