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