Created
November 25, 2014 08:53
-
-
Save visamz/e2b34d2fd3e635703624 to your computer and use it in GitHub Desktop.
homestead 1.0 yaml file config
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.1.89" | |
memory: 2048 | |
cpus: 1 | |
network: "public_network" | |
authorize: E:/Homestead/ssh/id_rsa.pub | |
keys: | |
- E:/Homestead/ssh/id_rsa | |
folders: | |
- map: E:/dev/code | |
to: /home/vagrant/code | |
sites: | |
- map: localhost | |
to: /home/vagrant/code | |
hosts: | |
- map: baciuzzi | |
to: /baciuzzi/public | |
- map: crawler | |
to: /crawler/public | |
- map: entchecker | |
to: /entchecker/public | |
- map: sp | |
to: /sp/public | |
- map: byends | |
to: /byends | |
- map: typecho | |
to: /typecho | |
- map: beanstalk_console | |
to: /beanstalk_console/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