Advertisement
Guest User

mapan

a guest
Mar 23rd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ---
  2. box: laravel/homestead
  3. version: 0.6.0
  4. name: homestead-php7.0
  5. ip: "192.168.10.10"
  6. memory: 2048
  7. cpus: 1
  8. provider: virtualbox
  9.  
  10. authorize: ~/.ssh/id_rsa.pub
  11.  
  12. keys:
  13. - ~/.ssh/id_rsa
  14.  
  15. folders:
  16. - map: ~/Code
  17. to: /home/vagrant/Code
  18.  
  19. sites:
  20. - map: homestead.app
  21. to: /home/vagrant/Code/Laravel/public
  22. databases:
  23. - homestead
  24.  
  25. # blackfire:
  26. # - id: foo
  27. # token: bar
  28. # client-id: foo
  29. # client-token: bar
  30.  
  31. # ports:
  32. # - send: 50000
  33. # to: 5000
  34. # - send: 7777
  35. # to: 777
  36. # protocol: udp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement