Created
June 20, 2019 03:09
-
-
Save nutch31/4d98cfe05bd12bab88a80a1403504208 to your computer and use it in GitHub Desktop.
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.13.13" | |
memory: 4096 | |
cpus: 1 | |
name: laravel-apps-homestead-vmbox | |
provider: virtualbox | |
authorize: ~/.ssh/id_rsa.pub | |
keys: | |
- ~/.ssh/id_rsa | |
folders: | |
- map: C:/laravel-apps | |
to: /home/vagrant/code | |
sites: | |
- map: laravelwindows.local | |
to: /home/vagrant/code/laravelwindows/public | |
- map: leadservice.local | |
to: /home/vagrant/code/LeadService/public | |
php: "7.1" | |
- map: tuawe.local | |
to: /home/vagrant/code/tuawe/api/public | |
php: "7.1" | |
- map: passport.local | |
to: /home/vagrant/code/Passport/public | |
php: "7.1" | |
- map: messageservice.local | |
to: /home/vagrant/code/EmailService/public | |
php: "7.1" | |
- map: lumen.author.local | |
to: /home/vagrant/code/Microservices-with-Lumen_Authors/public | |
php: "7.1" | |
- map: lumen.book.local | |
to: /home/vagrant/code/Microservices-with-Lumen_Books/public | |
php: "7.1" | |
- map: lumen.gateway.local | |
to: /home/vagrant/code/Microservices-with-Lumen_Gateway/public | |
php: "7.1" | |
- map: api.heroleads.com | |
to: /home/vagrant/code/CoreDigitalMarkettingPlatform-BE/public | |
php: "7.2" | |
mongodb: true | |
databases: | |
- homestead | |
- heroleads | |
# ports: | |
# - send: 50000 | |
# to: 5000 | |
# - send: 7777 | |
# to: 777 | |
# protocol: udp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment