Skip to content

Instantly share code, notes, and snippets.

@Metrakit
Created May 5, 2015 20:08
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 Metrakit/23a6d8ab87abf17ef4de to your computer and use it in GitHub Desktop.
Save Metrakit/23a6d8ab87abf17ef4de 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
to: /var/www
type: "nfs"
sites:
- map: dynam.ix
to: /var/www/dynamix/public
- map: phpmyadmin.com
to: /usr/share/phpmyadmin
- map: minetop.dev
to: /var/www/minetop/public
hhvm: true
databases:
- dynamix
- minetop
variables:
- key: APP_ENV
value: local
blackfire:
- id: 4cbab156-aff7-4e26-810b-02f714d2ef86
token: 95cbe4936a433956e1eed9205b06677c1b461721a35c6a6182aea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment