master
LCJ-MinYa 7 years ago
parent 4954cab98c
commit a1cb4bf5e0
  1. 2
      .gitignore
  2. 17
      config/config.js

2
.gitignore vendored

@ -49,4 +49,4 @@ Temporary Items
.apdisk
#配置文件
/config/config.js
config/config.js

@ -1,17 +0,0 @@
'use strict';
/**
* config
*/
module.exports = {
mongodb: "mongodb://UserName:Password@IP:PORT/dbName",
port: 8083,
MAIL: {
service: '163',
secureConnection: true,
port: 465,
auth: {
user: '******',
pass: '******'
}
},
}
Loading…
Cancel
Save