Skip to content

Instantly share code, notes, and snippets.

@jotapepinheiro
Last active July 20, 2016 18:31
Show Gist options
  • Save jotapepinheiro/fcaf743316f77006af127c5b8dcbda51 to your computer and use it in GitHub Desktop.
Save jotapepinheiro/fcaf743316f77006af127c5b8dcbda51 to your computer and use it in GitHub Desktop.
Homestead
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
authorize: C:\Users\JoaoPinheiro\.ssh\id_rsa.pub
keys:
- C:\Users\JoaoPinheiro\.ssh\id_rsa
folders:
- map: D:/Sites/Code
to: /home/vagrant/Code
sites:
- map: site01.app
to: /home/vagrant/Code/pastadosite1.com.br/public
- map: site02.app
to: /home/vagrant/Code/pastadosite2.com.br/public
databases:
- bancosite01
- bancosite02
variables:
- key: APP_ENV
value: local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment