一键启动完善

This commit is contained in:
codewendao
2026-08-12 16:48:59 +08:00
parent ceccf42849
commit 5d4562f076
5 changed files with 9 additions and 8 deletions

View File

@@ -8,8 +8,8 @@ spring:
mail:
host: smtp.163.com # SMTP 服务器地址
port: 25 # SMTP 端口25/465/587
username: xxxx@163.com # 发件邮箱账号
password: ${MAIL_PASSWORD:your-mail-auth-code} # 邮箱授权码(非登录密码)
username: frfr46467978@163.com # 发件邮箱账号
password: ${MAIL_PASSWORD:EZf7cdkH4C8mPFfP} # 邮箱授权码(非登录密码)
properties:
mail:
smtp:
@@ -23,7 +23,7 @@ spring:
paypro:
# ---- 必改项 ----
# 站点访问地址改为你的域名或服务器IP
site: http://localhost:8889
site: http://1.14.150.235:8889
# ---- 支付宝配置 ----
# 支付宝用户ID用于收款改成你自己的
@@ -44,11 +44,11 @@ paypro:
# ---- 邮箱配置 ----
email:
# 接收通知的邮箱 改成你自己的
receiver: xxxx@qq.com
receiver: frfr46467979@qq.com
# 发件邮箱 改成你自己的
sender: xxxx@qq.com
sender: frfr46467978@qq.com
# 支持邮箱(页面展示) 改成你自己的
supportMail: xxxx@163.com
supportMail: frfr46467978@163.com
# ---- 限流配置 ----
rateLimit:

View File

@@ -60,6 +60,7 @@ services:
REDIS_PASSWORD: payredis123
REDIS_DB: 1
# 站点 URL
SITE_URL: http://localhost:8889
# 邮箱授权码(可选覆盖)
# MAIL_PASSWORD: your-mail-auth-code
ports:

View File

@@ -506,7 +506,7 @@ createApp({
{
id: 'wechat',
name: '微信支付',
description: '微信PC自动监听收款发货',
description: '微信收款码',
icon: '🟢',
status: true,
useLocalQrCode: true

View File

@@ -29,7 +29,7 @@ sudo systemctl restart docker
### 2. 一键启动
```bash
cd pay
cd paypro
bash install.sh
```