Last active
November 12, 2015 17:28
-
-
Save kamaulynder/200792a106f93547eaf7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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