modified: server/server.js
This commit is contained in:
parent
8e2335bf71
commit
bdb34c9bf7
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user