From 50ee33b53815b08c77465c6c9de7560ab31330da Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 22 Jun 2026 11:40:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=96=B0cicd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .env.production diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..dc836e3 --- /dev/null +++ b/.env.production @@ -0,0 +1,15 @@ +# 服务端口 +PORT=3003 +# MySQL数据库配置 +DB_HOST=gz-cdb-bxkngipv.sql.tencentcdb.com +DB_PORT=21780 +DB_USER=website +DB_PASSWORD=!yHJj!HT7ZB6ZuU +DB_NAME=web-api +# JWT鉴权固定配置 +JWT_SECRET=corp_website_secret_key_2026ai +JWT_EXPIRES_IN=7d +# 文件上传目录 +UPLOAD_ROOT=./uploads +# 运行环境 +NODE_ENV=production