Advertisement
Guest User

Untitled

a guest
Apr 20th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=base64:Bejqieu47QqRbUzQpoadKgojYzkuN2B2LRIQBKs6ZLc=
  4.  
  5. DB_HOST=localhost
  6. DB_HOST_READ=localhost
  7. DB_DATABASE=ononpay
  8. DB_USERNAME=root
  9. DB_PASSWORD=root
  10.  
  11.  
  12.  
  13. -DB_HOST=104.155.214.85
  14. -DB_HOST_READ=104.155.206.160
  15. -DB_DATABASE=ononpay
  16. -DB_USERNAME=ggdbu
  17. -DB_PASSWORD=tenkeyless
  18.  
  19. CACHE_DRIVER=file
  20. SESSION_DRIVER=file
  21. QUEUE_DRIVER=sync
  22.  
  23. MAIL_DRIVER=smtp
  24. MAIL_HOST=mailtrap.io
  25. MAIL_PORT=2525
  26. MAIL_USERNAME=null
  27. MAIL_PASSWORD=null
  28.  
  29. api_url = https://testapi.ononpay.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement