Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. APP_NAME=Laravel
  2. APP_ENV=local
  3. APP_KEY=.........
  4. APP_DEBUG=true
  5. APP_LOG_LEVEL=debug
  6. APP_URL=http://localhost
  7.  
  8. DB_CONNECTION=mysql
  9. DB_HOST=127.0.0.1
  10. DB_PORT=3306
  11. DB_DATABASE=otimibus
  12. DB_USERNAME=root
  13. DB_PASSWORD=
  14.  
  15. DB_CONNECTION=mysql_gps
  16. DB_HOST=192.168.1.125
  17. DB_PORT=3306
  18. DB_DATABASE=otimibus_gps
  19. DB_USERNAME=root
  20. DB_PASSWORD=senha
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement