Commit 39423d2a authored by 何娜's avatar 何娜

Delete config.js

parent be20a880
module.exports = {
StorageHost:"http://tv.51gjj.com:11250",
SignHost:'http://tj2.51gjj.com:5118',
TaskHost:'http://ts1.51gjj.com:6824',
newTaskHost:'http://tt.51gjj.com:7001',
callbackUrl:'https://t.51gjj.com/IncomeTaxAPI/result',
signType:'incometax',
database: {
"connectionLimit" : 50,
"host": "rm-bp1272001633qc0x9.mysql.rds.aliyuncs.com",
"user": "hexin",
"password": "gYUHszn9#q",
"database": "node_gjj"
},
port: 10017,
log4jsConfig: {
"appenders": {
"console": {
"type": "console"
},
"default": {
"type": "dateFile",
"filename": "./logs/",
"alwaysIncludePattern": true,
"pattern": "IITAPI-yyyyMMdd.log"
}
},
"categories": {
"default": {
"appenders":["console", "default"],
"level": "trace"
}
},
"replaceConsole": true
},
};
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