Skip to content
Snippets Groups Projects
Commit db03eadd authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Homestead.yaml hinzugefügt

parent e9c5dc29
No related branches found
No related tags found
1 merge request!3Master
/vendor
/node_modules
/public/storage
Homestead.yaml
Homestead.json
.env
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/MetaGer
to: /home/vagrant/MetaGer
sites:
- map: 192.168.10.10
to: /home/vagrant/MetaGer/public
databases:
- homestead
# blackfire:
# - id: foo
# token: bar
# client-id: foo
# client-token: bar
# ports:
# - send: 50000
# to: 5000
# - send: 7777
# to: 777
# protocol: udp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment