Skip to content

Instantly share code, notes, and snippets.

@hvent90
Created August 2, 2015 23:53
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 hvent90/62c2717bf2638b5fa8d8 to your computer and use it in GitHub Desktop.
Save hvent90/62c2717bf2638b5fa8d8 to your computer and use it in GitHub Desktop.
Homestead.yaml
ip: "192.168.10.10"
memory: 2048
cpus: 1
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/homestead/sites
to: /home/vagrant/sites
sites:
- map: laravel-api.app
to: /home/vagrant/sites/laravel-api/public
databases:
- laravel_api
variables:
- key: APP_ENV
value: local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment