mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-20 12:59:18 +00:00
add config for vagrant
This commit is contained in:
26
Homestead.yaml.example
Normal file
26
Homestead.yaml.example
Normal file
@ -0,0 +1,26 @@
|
||||
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
|
Reference in New Issue
Block a user