From 6b262ccd9da0233ac6e9aaef16c9b164edb3e321 Mon Sep 17 00:00:00 2001 From: xiaoquan <838115837@qq.com> Date: Tue, 2 Jun 2026 12:09:54 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=20.env.example=20?= =?UTF-8?q?=E4=B8=AD=E5=A4=9A=E4=BD=99=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- apps/server/.env.example | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/server/.env.example b/apps/server/.env.example index 457a3ac..8b9eb0f 100644 --- a/apps/server/.env.example +++ b/apps/server/.env.example @@ -19,7 +19,3 @@ NODE_ENV=development # ===== 密钥加密(生产环境必填)===== # 用于加解密数据库中存储的业务密钥,生成方式:openssl rand -hex 32 ENCRYPTION_KEY= - -# ===== 以下业务密钥已迁移到「系统密钥」管理 ===== -# 通过平台后台 → 系统密钥 页面配置 -# 包含:短信(阿里云)、微信小程序、微信支付、支付宝、API地址等