Advertisement
Guest User

Untitled

a guest
Sep 10th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. HOST=localhost
  2. PORT=3333
  3. APP_KEY=YOUR_APP_KEY
  4. NODE_ENV=development
  5. CACHE_VIEWS=false
  6. #####Change here to redis######
  7. SESSION_DRIVER=redis
  8. ####
  9. DB_CONNECTION=mysql
  10. DB_HOST=127.0.0.1
  11. DB_USER=root
  12. DB_PASSWORD=
  13. DB_DATABASE=adonisjs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement