|
@@ -16,7 +16,7 @@ module.exports = () => {
|
|
|
url: 'mongodb://127.0.0.1:27017/train',
|
|
|
options: {
|
|
|
user: 'admin',
|
|
|
- pass: 'jljyzx-wwqcgh',
|
|
|
+ pass: 'admin', // jljyzx-wwqcgh
|
|
|
authSource: 'admin',
|
|
|
useUnifiedTopology: true,
|
|
|
useNewUrlParser: true,
|
|
@@ -41,7 +41,7 @@ module.exports = () => {
|
|
|
client: {
|
|
|
port: 6379, // Redis port
|
|
|
host: '127.0.0.1', // Redis host
|
|
|
- password: 'jljyzx-wwqcgh',
|
|
|
+ password: '123456', // jljyzx-wwqcgh
|
|
|
db: 0,
|
|
|
},
|
|
|
};
|