Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. NODE_ENV=development
  2. APP_ENV=development
  3.  
  4. HOST=localhost
  5. PORT=4000
  6. // variables with data for accessing
  7. // the database that was created beforehand
  8. DB_HOST=127.0.0.1
  9. DB_USER=postgres
  10. DB_PASSWORD=root
  11. DB_NAME=demo_project
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement