Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLau1 committed Jan 11, 2019
1 parent dda4d47 commit 261ce1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node-api/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ module.exports = {
host: 'smtp.mailtrap.io',
port: 2525,
auth: {
user: '162eb270ce1dfb',
pass: 'd73ab9d615c5f8'
user: 'SEU USERNAME MAILTRAP',
pass: 'SEU PASSWORD MAILTRAP'
}
},
jwt: {
secret: 't0p-S3cr3t',
session: {session: false}
}
};
};

0 comments on commit 261ce1a

Please sign in to comment.