modified: server/server.js

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

View File

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