Skip to content

Instantly share code, notes, and snippets.

@vignesh0025-zz
Last active December 7, 2015 15:43
Show Gist options
  • Save vignesh0025-zz/42cecc5cb7aabdfefa33 to your computer and use it in GitHub Desktop.
Save vignesh0025-zz/42cecc5cb7aabdfefa33 to your computer and use it in GitHub Desktop.
---
ip: "10.0.1.15"
memory: 512
cpus: 1
hostsupdater: true
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/Documents/Code
to: /home/vagrant/Code
type: "nfs"
sites:
- map: laravel.app
to: /home/vagrant/Code/Laravel.com/public
- map: app.app
to: /home/vagrant/Code/App/public
- map: regex.app
to: /home/vagrant/Code/regexr-master/build
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
Homestead image for Hosts Updater..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment