Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. module.exports = {
  2. db: {
  3. host: "localhost",
  4. username: "sam.ho",
  5. password: "",
  6. database: "crm_sam_ho_new",
  7. },
  8. redis: {
  9. host: "localhost",
  10. port: 6379,
  11. db: 2,
  12. },
  13. user: {
  14. said: "ef5b5cde-0a9b-4a28-8d35-501ea09d6368",
  15. user_id: "ee171b16-3ac3-4a74-aa5f-39decdf4aea5",
  16. name: "Sam",
  17. email: "sam@sam.com",
  18. mobile: "51616578",
  19. },
  20. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement