CA_LARAVEL/Homestead.yaml.example
2020-06-29 14:53:51 +02:00

27 lines
445 B
Plaintext

ip: 192.168.10.16
memory: 2048
cpus: 2
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
-
map: /home/jenoh/data/CA_LARAVEL
to: /home/vagrant/code
sites:
-
map: homestead.test
to: /home/vagrant/code/public
databases:
- homestead
features:
-
mariadb: false
-
ohmyzsh: false
-
webdriver: false
name: ca-laravel
hostname: ca-laravel