Created
January 4, 2017 15:49
-
-
Save alfredoem/b1bbf74d82b43095265297b6673c62bc to your computer and use it in GitHub Desktop.
Homestead per project 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
--- | |
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