Advertisement
urxiel

Untitled

Mar 25th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. HOST=127.0.0.1
  2. PORT=3333
  3. NODE_ENV=development
  4. APP_URL=http://${HOST}:${PORT}
  5. CACHE_VIEWS=false
  6. APP_KEY=d57zqcwaruMaTH2oTVFhux2Ey33LHiQJ
  7. DB_CONNECTION=sqlite
  8. DB_HOST=127.0.0.1
  9. DB_PORT=3306
  10. DB_USER=root
  11. DB_PASSWORD=
  12. DB_DATABASE=adonis
  13. SESSION_DRIVER=cookie
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement