提交 a9298d55891e4c96cacfe275a784708497521550

作者 juvenile
1 个父辈 74278c48

config 修改

正在显示 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: {
... ...
注册登录 后发表评论