Skip to content

Instantly share code, notes, and snippets.

@jesusOmar
Last active September 23, 2015 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesusOmar/b9844d018f6708292fc5 to your computer and use it in GitHub Desktop.
Save jesusOmar/b9844d018f6708292fc5 to your computer and use it in GitHub Desktop.
---
ip: "192.168.10.10"
memory: 4096
cpus: 2
provider: vmware_fusion
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/Developer
to: /home/vagrant/Code
sites:
- map: t4s.dev
to: /home/vagrant/Code/talent4startups/public
- map: eip.dev
to: /home/vagrant/Code/eip.stanford.edu/web
- map: oauth.dev
to: /home/vagrant/Code/wellnesslogin.stanford.edu/web
- map: nocturnal.dev
to: /home/vagrant/Code/nocturnalinc.com/public
- map: hoa.dev
to: /home/vagrant/Code/HOA/public
- map: simplyhoa.dev
to: /home/vagrant/Code/simplyhoa.com/public
- map: demo.simplyhoa.dev
to: /home/vagrant/Code/simplyhoa.com/public
databases:
- homestead
variables:
- key: APP_ENV
value: local
# blackfire:
# - id: foo
# token: bar
# client-id: foo
# client-token: bar
# ports:
# - send: 93000
# to: 9300
# - send: 7777
# to: 777
# protocol: udp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment