|
@@ -59,9 +59,9 @@ const Kind = {
|
|
}
|
|
}
|
|
|
|
|
|
const db = mysql.createConnection({
|
|
const db = mysql.createConnection({
|
|
- host: 'andyxie.cn',
|
|
|
|
- user: 'external',
|
|
|
|
- password: 'moyingren2015',
|
|
|
|
|
|
+ host: '8.141.5.12',
|
|
|
|
+ user: 'instrunet',
|
|
|
|
+ password: 'Moyingren2015',
|
|
database: "instrunet_data",
|
|
database: "instrunet_data",
|
|
pool: pool,
|
|
pool: pool,
|
|
enableKeepAlive: true,
|
|
enableKeepAlive: true,
|