mirror of
https://github.com/codewendao/PayPro.git
synced 2026-09-03 06:13:46 +08:00
提交.gitattributes
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user