Last active
July 20, 2016 18:31
-
-
Save jotapepinheiro/fcaf743316f77006af127c5b8dcbda51 to your computer and use it in GitHub Desktop.
Homestead
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 | |
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