Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. ---
  2. ip: "192.168.10.10"
  3. memory: 2048
  4. cpus: 2
  5. provider: virtualbox
  6.  
  7. authorize: ~/.ssh/id_rsa.pub
  8.  
  9. keys:
  10. - ~/.ssh/id_rsa
  11.  
  12. folders:
  13. - map: ~/Documents/GitHub/project-darwin
  14. to: /home/vagrant/code
  15.  
  16. sites:
  17. - map: homestead.test
  18. to: /home/vagrant/code/public
  19. php: "7.2"
  20.  
  21. databases:
  22. - homestead
  23.  
  24. ##
  25. # Host Database
  26. #
  27. # localhost is used to configure the loopback interface
  28. # when the system is booting. Do not change this entry.
  29. ##
  30. 127.0.0.1 localhost
  31. 255.255.255.255 broadcasthost
  32. ::1 localhost
  33.  
  34. 192.168.10.10 homestead.test
  35.  
  36. homestead-7: Waiting for machine to boot. This may take a few minutes...
  37. homestead-7: SSH address: 127.0.0.1:2222
  38. homestead-7: SSH username: vagrant
  39.  
  40. folders:
  41. - map: ~/Documents/GitHub/project-darwin
  42. to: /home/vagrant/code
  43.  
  44. sites:
  45. - map: homestead.test
  46. to: /home/vagrant/code/public
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement