Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=3TxG0Ie2wxZI6xI4P69v7HScyGd9yLqL
  4. APP_TIMEZONE=UTC
  5.  
  6. DB_CONNECTION=mysql
  7. DB_HOST=127.0.0.1
  8. DB_PORT=3306
  9. DB_DATABASE=gotoadria
  10. DB_USERNAME=root
  11. DB_PASSWORD=
  12.  
  13. CACHE_DRIVER=file
  14. QUEUE_DRIVER=sync
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement