modified: server/server.js

This commit is contained in:
IrisVega 2024-07-11 16:28:58 +08:00
parent be421cf372
commit 8e2335bf71
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ app.use(cors());
// 创建 MySQL 连接 // 创建 MySQL 连接
const db = mysql.createConnection({ const db = mysql.createConnection({
host: '1.14.200.189', host: '172.27.0.1',
user: 'login_test', user: 'login_test',
password: 'tTiwnNbzMeLFxbLj', password: 'tTiwnNbzMeLFxbLj',
database: 'login_test' database: 'login_test'