Skip to content

Instantly share code, notes, and snippets.

@shahnawaz
Created March 4, 2016 14:18
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 shahnawaz/70baded8d6645b4f39a1 to your computer and use it in GitHub Desktop.
Save shahnawaz/70baded8d6645b4f39a1 to your computer and use it in GitHub Desktop.
---
ip: "192.168.10.10"
memory: 1348
cpus: 2
authorize: C:/Users/Shahnawaz Ali/.ssh/id_rsa.pub
keys:
- C:/Users/Shahnawaz Ali/.ssh/id_rsa
folders:
- map: ../
to: /home/vagrant/application
sites:
- map: application.dev
to: /home/vagrant/application/application-core-app/public
- map: api.application.dev
to: /home/vagrant/application/application-api/public
variables:
- key: APP_ENV
value: local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment