Guest User

Untitled

a guest
Mar 30th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. const Config = {
  2. app: {
  3. port: 3000
  4. },
  5. db: {
  6. username: "demo",
  7. password: "password",
  8. host: "mydb.codersbistro.com"
  9. }
  10. };
  11.  
  12. module.exports = Config;
Add Comment
Please, Sign In to add comment