Commit cc5ea1d8 by 宋毅

tj

parent 9e1e6ea0
var settings={ var settings = {
redis:{ redis: {
host: "43.247.184.32", host: "121.36.3.35",
port: 8967, port: 8967,
password:"Gongsibao2018", password: "Gongsibao2018",
db: 13, db: 13,
}, },
database:{ database: {
dbname : "igirl", dbname: "igirl",
user: "write", user: "write",
password: "write", password: "write",
config: { config: {
...@@ -21,37 +21,37 @@ var settings={ ...@@ -21,37 +21,37 @@ var settings={
idle: 1000000 idle: 1000000
}, },
logging: true, logging: true,
debug:true, debug: true,
dialectOptions:{ dialectOptions: {
requestTimeout: 999999, requestTimeout: 999999,
// instanceName:'DEV' // instanceName:'DEV'
} //设置MSSQL超时时间 } //设置MSSQL超时时间
}, },
}, },
// database:{ // database:{
// dbname : "igirl", // dbname : "igirl",
// user : "admin", // user : "admin",
// password : "admin", // password : "admin",
// config : { // config : {
// host: '192.168.18.29', // host: '192.168.18.29',
// port:3306, // port:3306,
// dialect: 'mysql', // dialect: 'mysql',
// operatorsAliases: false, // operatorsAliases: false,
// pool: { // pool: {
// max: 5, // max: 5,
// min: 0, // min: 0,
// acquire: 90000000, // acquire: 90000000,
// idle: 1000000 // idle: 1000000
// }, // },
// logging: true, // logging: true,
// debug:true, // debug:true,
// dialectOptions:{ // dialectOptions:{
// requestTimeout: 999999, // requestTimeout: 999999,
// // instanceName:'DEV' // // instanceName:'DEV'
// } //设置MSSQL超时时间 // } //设置MSSQL超时时间
// }, // },
//}, //},
reqEsDevUrl:"http://43.247.184.94:7200/", reqEsDevUrl: "http://43.247.184.94:7200/",
reqHomePageDevUrl:"http://192.168.18.125:3000/" reqHomePageDevUrl: "http://192.168.18.125:3000/"
}; };
module.exports = settings; 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", "version": "1.0.0",
"description": "h5framework", "description": "h5framework",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1"
"build": "gulp watch"
}, },
"author": "jy", "author": "jy",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@alicloud/pop-core": "^1.7.9", "MD5": "^1.3.0",
"after": "^0.8.2", "after": "^0.8.2",
"ali-oss": "^4.12.2", "ali-oss": "^4.12.2",
"aliyun-api-gateway": "^1.1.6", "babel-polyfill": "^6.26.0",
"axios": "^0.19.0",
"base64id": "^1.0.0", "base64id": "^1.0.0",
"bluebird": "^3.5.1", "bluebird": "^3.5.1",
"body-parser": "^1.18.2", "body-parser": "^1.18.2",
"co": "^4.6.0", "co": "^4.6.0",
"connect-redis": "^3.4.1", "connect-redis": "^3.3.3",
"continuation-local-storage": "^3.2.1", "continuation-local-storage": "^3.2.1",
"cookie-parser": "^1.4.3", "cookie-parser": "^1.4.3",
"crypto": "^1.0.1", "crypto": "^1.0.1",
"crypto-js": "^3.1.9-1", "crypto-js": "^3.1.9-1",
"del": "^4.0.0",
"dev": "^0.1.3",
"easyimage": "^3.1.0",
"ejs": "^2.5.8", "ejs": "^2.5.8",
"element-ui": "^2.13.0", "element-ui": "^2.4.0",
"engine.io-parser": "^2.1.2", "engine.io-parser": "^2.1.2",
"errorhandler": "^1.5.0", "errorhandler": "^1.5.0",
"exceljs": "^1.6.3",
"exif-js": "^2.3.0", "exif-js": "^2.3.0",
"express": "^4.16.2", "express": "^4.16.2",
"express-session": "^1.15.6", "express-session": "^1.15.6",
"glob": "^7.1.6",
"gm": "^1.23.1", "gm": "^1.23.1",
"jszip": "^3.2.1", "marked": "^0.7.0",
"method-override": "^2.3.10", "method-override": "^2.3.10",
"mongoose": "^5.3.6", "moment": "^2.24.0",
"mongoose": "^5.7.1",
"morgan": "^1.9.0", "morgan": "^1.9.0",
"multer": "^1.3.0", "multer": "^1.3.0",
"mysql2": "^1.5.3", "mysql2": "^1.5.3",
"node-cron": "^2.0.1", "node-cron": "^2.0.1",
"node-glob": "^1.2.0",
"node-uuid": "^1.4.8", "node-uuid": "^1.4.8",
"node-wxpay": "^1.1.3", "node-xlsx": "^0.15.0",
"node-xlsx": "^0.14.1",
"nodemailer": "^6.3.0", "nodemailer": "^6.3.0",
"pdfcrowd": "^4.2.0", "pinyin": "^2.9.0",
"pinyin": "^2.8.3", "puppeteer": "^1.20.0",
"puppeteer": "^1.8.0",
"qr-image": "^3.2.0", "qr-image": "^3.2.0",
"sequelize": "^4.37.8", "sequelize": "^4.37.8",
"sequelize-cli": "^4.1.1", "sequelize-cli": "^4.1.1",
...@@ -58,24 +51,10 @@ ...@@ -58,24 +51,10 @@
"sha1": "^1.1.1", "sha1": "^1.1.1",
"socket.io": "^2.1.1", "socket.io": "^2.1.1",
"uuid": "^3.2.1", "uuid": "^3.2.1",
"weixin-pay": "^1.1.7", "wx-pay": "^1.0.2"
"wx-pay": "^1.0.2",
"xml2js": "^0.4.19",
"zip-local": "^0.3.4"
}, },
"devDependencies": { "devDependencies": {
"element-theme": "^2.0.1", "element-theme": "^2.0.1",
"element-theme-chalk": "^2.4.0", "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"
} }
} }
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