framez-server/private/DBAuth.js

5 lines
76 B
JavaScript
Raw Normal View History

2018-04-27 12:23:19 +00:00
module.exports = {
username: 'YOURUSERNAME',
password: 'YOURPASSWORD'
}