modified: server.js

This commit is contained in:
IrisVega 2024-07-13 10:14:09 +08:00
parent ed13304962
commit dbe31e9e68
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.17.0.1',
user: 'login_test', user: 'login_test',
password: 'tTiwnNbzMeLFxbLj', password: 'tTiwnNbzMeLFxbLj',
database: 'login_test' database: 'login_test'