This commit is contained in:
2026-06-19 10:49:13 +08:00
parent 82f759586a
commit d71a23fa57
13 changed files with 696 additions and 39 deletions

View File

@@ -8,6 +8,13 @@ app:
# 子账号入口与主站可同域;邀请链接 {sub_portal_base_url}/sub/auth/register?invite=...
sub_portal_base_url: "http://localhost:5173/"
# 查询白名单公开添加接口(面向下游调用方,与上游数据源配置无关)
query_whitelist:
public_api:
enabled: true
# 平台独立管理密钥,请求头 Whitelist-Mgmt-Key48 位,见对接文档)
management_key: "2R12TmEc1e8P3p69RdIoN5Ykjk%H@4orPy7DZv7MXpGByoEL"
server:
host: "0.0.0.0"
port: "8080"
@@ -330,7 +337,6 @@ westdex:
max_backups: 5
max_age: 30
compress: true
# ===========================================
# 🌍 羽山配置
# ===========================================
@@ -364,7 +370,6 @@ yushan:
max_backups: 5
max_age: 30
compress: true
# ===========================================
# 💰 支付宝支付配置
# ===========================================
@@ -447,7 +452,6 @@ zhicha:
max_backups: 5
max_age: 30
compress: true
# ===========================================
# 🌐 木子数据配置
# ===========================================
@@ -509,7 +513,6 @@ xingwei:
max_backups: 5
max_age: 30
compress: true
# ===========================================
# ✨ 极光配置
# ===========================================
@@ -545,7 +548,6 @@ jiguang:
max_backups: 5
max_age: 30
compress: true
# ===========================================
# 📄 PDF生成服务配置
# ===========================================
@@ -608,7 +610,6 @@ shumai:
max_backups: 5
max_age: 30
compress: true
# ===========================================
# ✨ 数据宝配置走实时接口
# ===========================================
@@ -641,7 +642,6 @@ shujubao:
max_backups: 5
max_age: 30
compress: true
# ===========================================
# ✨ 汇博BHSC配置
# ===========================================
@@ -681,7 +681,6 @@ huibo:
compress: true
# ===========================================
# 🌐 诺尔智汇配置
# ===========================================
@@ -713,7 +712,6 @@ nuoer:
max_backups: 5
max_age: 30
compress: true
# ===========================================
# 🌐 海宇API上游数据源配置
# ===========================================