Commit cc5ea1d8 by 宋毅

tj

parent 9e1e6ea0
var settings={
redis:{
host: "43.247.184.32",
var settings = {
redis: {
host: "121.36.3.35",
port: 8967,
password:"Gongsibao2018",
password: "Gongsibao2018",
db: 13,
},
database:{
dbname : "igirl",
database: {
dbname: "igirl",
user: "write",
password: "write",
config: {
host: '43.247.184.35',
port: 8899,
dialect: 'mysql',
operatorsAliases: false,
pool: {
max: 5,
min: 0,
acquire: 90000000,
idle: 1000000
},
logging: true,
debug:true,
dialectOptions:{
requestTimeout: 999999,
// instanceName:'DEV'
} //设置MSSQL超时时间
dialect: 'mysql',
operatorsAliases: false,
pool: {
max: 5,
min: 0,
acquire: 90000000,
idle: 1000000
},
logging: true,
debug: true,
dialectOptions: {
requestTimeout: 999999,
// instanceName:'DEV'
} //设置MSSQL超时时间
},
},
// database:{
// dbname : "igirl",
// user : "admin",
// password : "admin",
// config : {
// host: '192.168.18.29',
// port:3306,
// dialect: 'mysql',
// operatorsAliases: false,
// pool: {
// max: 5,
// min: 0,
// acquire: 90000000,
// idle: 1000000
// },
// logging: true,
// debug:true,
// dialectOptions:{
// requestTimeout: 999999,
// // instanceName:'DEV'
// } //设置MSSQL超时时间
// },
//},
reqEsDevUrl:"http://43.247.184.94:7200/",
reqHomePageDevUrl:"http://192.168.18.125:3000/"
},
// database:{
// dbname : "igirl",
// user : "admin",
// password : "admin",
// config : {
// host: '192.168.18.29',
// port:3306,
// dialect: 'mysql',
// operatorsAliases: false,
// pool: {
// max: 5,
// min: 0,
// acquire: 90000000,
// idle: 1000000
// },
// logging: true,
// debug:true,
// dialectOptions:{
// requestTimeout: 999999,
// // instanceName:'DEV'
// } //设置MSSQL超时时间
// },
//},
reqEsDevUrl: "http://43.247.184.94:7200/",
reqHomePageDevUrl: "http://192.168.18.125:3000/"
};
module.exports = settings;
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "ipop-web",
"name": "bigdata",
"version": "1.0.0",
"description": "h5framework",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp watch"
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jy",
"license": "ISC",
"dependencies": {
"@alicloud/pop-core": "^1.7.9",
"MD5": "^1.3.0",
"after": "^0.8.2",
"ali-oss": "^4.12.2",
"aliyun-api-gateway": "^1.1.6",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"base64id": "^1.0.0",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"co": "^4.6.0",
"connect-redis": "^3.4.1",
"connect-redis": "^3.3.3",
"continuation-local-storage": "^3.2.1",
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"crypto-js": "^3.1.9-1",
"del": "^4.0.0",
"dev": "^0.1.3",
"easyimage": "^3.1.0",
"ejs": "^2.5.8",
"element-ui": "^2.13.0",
"element-ui": "^2.4.0",
"engine.io-parser": "^2.1.2",
"errorhandler": "^1.5.0",
"exceljs": "^1.6.3",
"exif-js": "^2.3.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"glob": "^7.1.6",
"gm": "^1.23.1",
"jszip": "^3.2.1",
"marked": "^0.7.0",
"method-override": "^2.3.10",
"mongoose": "^5.3.6",
"moment": "^2.24.0",
"mongoose": "^5.7.1",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"mysql2": "^1.5.3",
"node-cron": "^2.0.1",
"node-glob": "^1.2.0",
"node-uuid": "^1.4.8",
"node-wxpay": "^1.1.3",
"node-xlsx": "^0.14.1",
"node-xlsx": "^0.15.0",
"nodemailer": "^6.3.0",
"pdfcrowd": "^4.2.0",
"pinyin": "^2.8.3",
"puppeteer": "^1.8.0",
"pinyin": "^2.9.0",
"puppeteer": "^1.20.0",
"qr-image": "^3.2.0",
"sequelize": "^4.37.8",
"sequelize-cli": "^4.1.1",
......@@ -58,24 +51,10 @@
"sha1": "^1.1.1",
"socket.io": "^2.1.1",
"uuid": "^3.2.1",
"weixin-pay": "^1.1.7",
"wx-pay": "^1.0.2",
"xml2js": "^0.4.19",
"zip-local": "^0.3.4"
"wx-pay": "^1.0.2"
},
"devDependencies": {
"element-theme": "^2.0.1",
"element-theme-chalk": "^2.4.0",
"es6-promise": "^4.2.8",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.4.0",
"gulp-tap": "^1.0.1",
"imagemin-pngquant": "^7.0.0",
"merge-stream": "^1.0.1",
"minimist": "^1.2.0"
"element-theme-chalk": "^2.4.0"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment