|
@@ -5,10 +5,11 @@ var bcrypt = require('bcryptjs');
|
|
|
var router = express.Router(); // get an instance of the express Router
|
|
|
const querystring = require('querystring');
|
|
|
var mysql = require('./mysql');
|
|
|
-const _mysqlLabor = ["10.3.16.226", "ssti_cm"]; //本地双创數據庫信息
|
|
|
-// const _mysqlLabor = ["127.0.0.1", "ssti_cm"]; //本地双创數據庫信息
|
|
|
+// const _mysqlLabor = ["10.3.16.226", "ssti_cm"]; //本地双创數據庫信息
|
|
|
+// const _mysqlLabor = ["127.0.0.1", "ssti_cm"]; //本地双创數據庫信息
|
|
|
// const _mysqlLabor = ["172.16.12.5", "pbl"]; //双创數據庫信
|
|
|
// const _mysqlLabor = ["10.16.30.130", "ssti_cm"]; //真实双创數據庫信息
|
|
|
+const _mysqlLabor = ["43.139.158.220", "ssti_cm"]; // 袁一鸣服务器数据库
|
|
|
|
|
|
var crypto = require('crypto');
|
|
|
|