Advertisement
Guest User

Untitled

a guest
Dec 19th, 2016
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. APP_ENV=local
  2. APP_KEY=my app key
  3. APP_DEBUG=true
  4. APP_LOG_LEVEL=debug
  5. APP_URL=http://localhost
  6.  
  7. DB_CONNECTION=mysql
  8. DB_HOST=my ip
  9. DB_PORT=3306
  10. DB_DATABASE=form
  11. DB_USERNAME=root
  12. DB_PASSWORD=my pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement