Advertisement
Guest User

Untitled

a guest
Apr 12th, 2016
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ---
  2. ip: "192.168.33.50"
  3. memory: 2048
  4. cpus: 1
  5. provider: virtualbox
  6.  
  7. authorize: ~/Documents/Key/my_homestead_key.pub
  8. keys:
  9.     - ~/Documents/Key/my_homestead_key
  10.  
  11. folders:
  12.     - map: ~/Documents/GitHub
  13.       to: /srv/projects
  14.  
  15. sites:
  16.     - map: homestead.app
  17.       to: /srv/projects/rabin
  18.  
  19. databases:
  20.     - homestead
  21.  
  22. # blackfire:
  23. #     - id: foo
  24. #       token: bar
  25. #       client-id: foo
  26. #       client-token: bar
  27.  
  28. # ports:
  29. #     - send: 50000
  30. #       to: 5000
  31. #     - send: 7777
  32. #       to: 777
  33. #       protocol: udp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement