master
LCJ-MinYa 7 years ago
parent a1cb4bf5e0
commit eecb314537
  1. 17
      config/config.js(自行配置)

@ -0,0 +1,17 @@
'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