|
@@ -2,7 +2,7 @@
|
|
|
module.exports = appInfo => {
|
|
|
const config = (exports = {});
|
|
|
// 数据库设置
|
|
|
- config.dbName = 'point_shopping-dev';
|
|
|
+ config.dbName = 'point_shopping';
|
|
|
config.mongoose = {
|
|
|
url: `mongodb://127.0.0.1:27017/${config.dbName}`, // 120.48.146.1 127.0.0.1
|
|
|
options: {
|
|
@@ -20,7 +20,7 @@ module.exports = appInfo => {
|
|
|
port: 6379, // Redis port
|
|
|
host: '127.0.0.1', // Redis host
|
|
|
password: '123456',
|
|
|
- db: 2,
|
|
|
+ db: 1,
|
|
|
},
|
|
|
};
|
|
|
// mq设置
|