Skip to content

Instantly share code, notes, and snippets.

@alfredoem
Created January 4, 2017 15:49
Show Gist options
  • Save alfredoem/b1bbf74d82b43095265297b6673c62bc to your computer and use it in GitHub Desktop.
Save alfredoem/b1bbf74d82b43095265297b6673c62bc to your computer and use it in GitHub Desktop.
Homestead per project config
---
box: laravel/homestead-7
version: 0.2.1
ip: "192.168.10.20"
memory: 2048
cpus: 1
name: antifraud
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: /Users/username/Code/AntiFraudFilterAPI
to: "/home/vagrant/antifraudfilterapi"
sites:
- map: api.gdpteam.com
to: "/home/vagrant/antifraudfilterapi/public"
databases:
- AntifraudDB
- SecurityDB
variables:
- key: APP_ENV
value: local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment