Created
December 18, 2014 14:04
-
-
Save imranismail/71524c0154531e9a6b8b to your computer and use it in GitHub Desktop.
Homestead.yaml
This file contains 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 | |
hosts_file_additions: true | |
authorize: ~/.ssh/id_rsa.pub | |
keys: | |
- ~/.ssh/id_rsa | |
folders: | |
- map: /Users/faiz/Projects | |
to: /home/vagrant/Projects | |
sites: | |
- map: iskandar-associates.app | |
to: /home/vagrant/Projects/iskandar-associates/web | |
hhvm: true | |
databases: | |
- iskandar_associates | |
variables: | |
- key: APP_ENV | |
value: local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment