环境切换

This commit is contained in:
wangxiaoxian 2026-03-05 23:33:32 +08:00
parent 05cfcc1809
commit 2950f34959
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const { Sequelize } = require('sequelize');
const mysql = require('mysql2/promise'); const mysql = require('mysql2/promise');
// 环境配置 // 环境配置
const NODE_ENV = 'development'; const NODE_ENV = 'production';
// 数据库配置 // 数据库配置
const dbConfig = { const dbConfig = {