Graduate

Conf DB.js

1 module.exports = (function (){ 1 module.exports = (function (){
2 return { 2 return {
3 local: { 3 local: {
4 - host: 'yapp.cmarogp1dz0t.ap-northeast-2.rds.amazonaws.com', 4 + host: '169.56.95.131',
5 - user: 'admin', 5 + user: 'root',
6 - password: 'findmyzone!', 6 + password: '1234',
7 database: 'attendance' 7 database: 'attendance'
8 } 8 }
9 } 9 }
......