Advertisement
Guest User

Untitled

a guest
Dec 24th, 2015
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ---
  2. ip: "192.168.10.10"
  3. memory: 2048
  4. cpus: 1
  5. provider: virtualbox
  6.  
  7. authorize: C:/Users/carbi_000/.ssh/id_rsa.pub
  8.  
  9. keys:
  10. - C:/Users/carbi_000/.ssh/id_rsa
  11.  
  12. folders:
  13. - map: C:/Users/carbi_000/Projects
  14. to: /home/vagrant/projects
  15.  
  16. sites:
  17. - map: myproject.app
  18. to: /home/vagrant/projects/myproject/public
  19.  
  20. databases:
  21. - homestead
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement