|
@@ -26,11 +26,11 @@ module.exports = appInfo => {
|
|
|
// add your config here
|
|
|
config.cluster = {
|
|
|
listen: {
|
|
|
- port: 9091,
|
|
|
+ port: 7009,
|
|
|
},
|
|
|
};
|
|
|
config.mongoose = {
|
|
|
- url: "mongodb://localhost:27017/servicezhwl",
|
|
|
+ url: 'mongodb://localhost:27017/servicezhwl',
|
|
|
options: {
|
|
|
// user: 'admin',
|
|
|
// pass: 'admin',
|
|
@@ -42,8 +42,8 @@ module.exports = appInfo => {
|
|
|
|
|
|
config.jwt = {
|
|
|
...jwt,
|
|
|
- expiresIn: "1d",
|
|
|
- issuer: "servicezhwl",
|
|
|
+ expiresIn: '1d',
|
|
|
+ issuer: 'servicezhwl',
|
|
|
};
|
|
|
|
|
|
// config.amqp = {
|