mirror of
https://github.com/codewendao/PayPro.git
synced 2026-09-03 06:13:46 +08:00
一键启动完善
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -60,6 +60,7 @@ services:
|
||||
REDIS_PASSWORD: payredis123
|
||||
REDIS_DB: 1
|
||||
# 站点 URL
|
||||
SITE_URL: http://localhost:8889
|
||||
# 邮箱授权码(可选覆盖)
|
||||
# MAIL_PASSWORD: your-mail-auth-code
|
||||
ports:
|
||||
|
||||
@@ -506,7 +506,7 @@ createApp({
|
||||
{
|
||||
id: 'wechat',
|
||||
name: '微信支付',
|
||||
description: '微信PC自动监听收款发货',
|
||||
description: '微信收款码',
|
||||
icon: '🟢',
|
||||
status: true,
|
||||
useLocalQrCode: true
|
||||
|
||||
Reference in New Issue
Block a user