...
|
...
|
@@ -232,7 +232,7 @@ exports = module.exports = function () { |
232
|
232
|
connection: {
|
233
|
233
|
host: '127.0.0.1',
|
234
|
234
|
user: 'root',
|
235
|
|
- password: '',
|
|
235
|
+ password: 'Workai123',
|
236
|
236
|
database: 'igloo_development'
|
237
|
237
|
}
|
238
|
238
|
},
|
...
|
...
|
|