Advertisement
Guest User

Untitled

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