We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b584ff0 commit 3a9971dCopy full SHA for 3a9971d
server/config/Config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
server: {
3
port: process.env.PORT || 8889,
4
- host: process.env.NODE_ENV === 'production' ? `172.16.20.8` : `127.0.0.1`
+ host: process.env.NODE_ENV === 'production' ? `127.0.0.1` : `127.0.0.1`
5
},
6
mongodb: {
7
db: 'loan',
server/scripts/FtpConfig.js
@@ -2,10 +2,10 @@
* Created by sky on 2017/5/31.
*/
- host: '120.55.71.31',
- port: 3821,
+ host: 'xxx',
+ port: 11,
username: 'root',
8
- password: 'fqg.MN.1573',
+ password: 'xxx',
9
remoteBaseDir: '/data/',
10
localBaseDir: '/soft/nodejs/data/'
11
};
0 commit comments