Skip to content

Instantly share code, notes, and snippets.

@kamaulynder
Last active November 12, 2015 17:28
Show Gist options
  • Save kamaulynder/200792a106f93547eaf7 to your computer and use it in GitHub Desktop.
Save kamaulynder/200792a106f93547eaf7 to your computer and use it in GitHub Desktop.
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
hostname: rollcall-api
name: rollcall-api
provider: virtualbox
authorize: /Users/phpmechanix/.ssh/id_rsa.pub
keys:
- /Users/phpmechanix/.ssh/id_rsa
folders:
- map: "/private/var/wwwdocs/rollcall-api"
to: "/home/vagrant/rollcall-api"
sites:
- map: rollcall.local
to: "/home/vagrant/rollcall-api/public"
databases:
- rollcall
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