From 4c7f58fe9f69a659a13ad239d83a52d0a4e78fed Mon Sep 17 00:00:00 2001 From: codewendao Date: Wed, 12 Aug 2026 19:38:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4.gitattributes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 3 ++- config/application-prod.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 85659e5..32d242c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/config/application-prod.yml b/config/application-prod.yml index 1b581db..1f9eadd 100644 --- a/config/application-prod.yml +++ b/config/application-prod.yml @@ -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: