Skip to content

Instantly share code, notes, and snippets.

@trevorbernard
Created August 25, 2015 15:04
Show Gist options
  • Save trevorbernard/95f82a20e3ad67f27cb2 to your computer and use it in GitHub Desktop.
Save trevorbernard/95f82a20e3ad67f27cb2 to your computer and use it in GitHub Desktop.
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/projects/fenixmedia
to: /home/vagrant/Code
sites:
- map: streamporal.dev
to: /home/vagrant/Code/streamportal-php/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