|
@ -1,12 +1,11 @@
|
|
|
"use strict";
|
|
|
|
|
|
let imDbConfig = {
|
|
|
host: '172.26.0.104',
|
|
|
user: 'ssgg',
|
|
|
password: 'ssgg@jkzl2019',
|
|
|
database: 'im_internet_hospital',
|
|
|
connectionLimit: '50',
|
|
|
charset: 'utf8mb4'
|
|
|
_enableStats: true,
|
|
|
user: "normal",
|
|
|
password: 'normal', // mypw contains the hr schema password
|
|
|
connectString: "172.26.0.141:1521:helowin",
|
|
|
poolAlias: "im"
|
|
|
};
|
|
|
|
|
|
// Redis
|