修改数据库服务地址
This commit is contained in:
parent
c71c3ab417
commit
11f86fd546
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user