|
@ -17,7 +17,7 @@ module.exports = appInfo => { |
|
|
config.middleware = []; |
|
|
config.middleware = []; |
|
|
config.mongoose = { |
|
|
config.mongoose = { |
|
|
client: { |
|
|
client: { |
|
|
url: 'mongodb://127.0.0.1:27018/back', |
|
|
url: 'mongodb://127.0.0.1:27017/back', |
|
|
options: { |
|
|
options: { |
|
|
// useNewUrlParser: true,
|
|
|
// useNewUrlParser: true,
|
|
|
// useUnifiedTopology: true
|
|
|
// useUnifiedTopology: true
|
|
|