修改数据库服务地址

This commit is contained in:
mmc 2025-09-15 10:27:14 +08:00
parent c71c3ab417
commit 11f86fd546

View File

@ -13,7 +13,7 @@ const port = 30004;
const mysql = require("mysql2/promise");
// 初始化数据库连接池
const pool = mysql.createPool({
host: "localhost",
host: "1.95.137.212",
user: "root",
password: "maibu520",
database: "fastbee",