正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -232,7 +232,7 @@ exports = module.exports = function () { | @@ -232,7 +232,7 @@ exports = module.exports = function () { | ||
| 232 | connection: { | 232 | connection: { |
| 233 | host: '127.0.0.1', | 233 | host: '127.0.0.1', |
| 234 | user: 'root', | 234 | user: 'root', |
| 235 | - password: 'Workai123', | 235 | + password: '', |
| 236 | database: 'igloo_development' | 236 | database: 'igloo_development' |
| 237 | } | 237 | } |
| 238 | }, | 238 | }, |
| @@ -240,7 +240,7 @@ exports = module.exports = function () { | @@ -240,7 +240,7 @@ exports = module.exports = function () { | ||
| 240 | prefix: 'igloo-development', | 240 | prefix: 'igloo-development', |
| 241 | host: '127.0.0.1', | 241 | host: '127.0.0.1', |
| 242 | port: 6379, | 242 | port: 6379, |
| 243 | - pass: '', | 243 | + pass: 'Workai123', |
| 244 | } | 244 | } |
| 245 | }, | 245 | }, |
| 246 | production: { | 246 | production: { |
请
注册
或
登录
后发表评论