From 2950f3495994e165db832e98cfdeb0822f1d6214 Mon Sep 17 00:00:00 2001 From: wangxiaoxian <1094175543@qq.com> Date: Thu, 5 Mar 2026 23:33:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/db.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/db.js b/config/db.js index 363b50c..cf66ab8 100644 --- a/config/db.js +++ b/config/db.js @@ -2,7 +2,7 @@ const { Sequelize } = require('sequelize'); const mysql = require('mysql2/promise'); // 环境配置 -const NODE_ENV = 'development'; +const NODE_ENV = 'production'; // 数据库配置 const dbConfig = {