modified: server/server.js
This commit is contained in:
parent
be421cf372
commit
8e2335bf71
@ -11,7 +11,7 @@ app.use(cors());
|
||||
|
||||
// 创建 MySQL 连接
|
||||
const db = mysql.createConnection({
|
||||
host: '1.14.200.189',
|
||||
host: '172.27.0.1',
|
||||
user: 'login_test',
|
||||
password: 'tTiwnNbzMeLFxbLj',
|
||||
database: 'login_test'
|
||||
|
Loading…
Reference in New Issue
Block a user