@@ -76,7 +76,7 @@ If your ssh key has been created with a passphrase, please create another one.
7676Parent Node | Name | Default Value | Allowed Value | Is optional | Description
7777| --- | --- | --- | --- | --- |---
7878| vmconf | machine_name | Vagrant Magento 2 | string | no | Vagrant machine name
79- | | network_ip | 192.168.200.50 | IP address | no | Accessible IP address /etc/hosts
79+ | | network_ip | 192.168.60.0 | IP address | no | Accessible IP address /etc/hosts
8080| | host_name | zepgram | string | no | Virtual host name
8181| | memory | 4096 | number | no | RAM allocated
8282| | cpus | 1 | number | no | CPU allocated
@@ -92,7 +92,7 @@ Parent Node | Name | Default Value | Allowed Value | Is optional | Des
9292| magento | url | dev.magento.com | url | no | Magento site host name
9393| | source | composer | composer / (master/develop..) | no | Define source installation. On git install set the branch name to clone.
9494| | edition | community | community / enterprise | no | Magento project edition
95- | | version | 2.4.4 | >=2.2 | no | Magento version release
95+ | | version | 2.4.5 | >=2.2 | no | Magento version release
9696| | php_version | default | default / 7.x | no | PHP version
9797| | sample | true | true / false | no | Install sample data
9898| | mode | developer | developer / production | no | Magento execution mode
@@ -179,7 +179,7 @@ Disable cron:
179179- elasticsearch
180180- grunt
181181- postfix
182- - mailcatcher
182+ - mailhog
183183- pestle
184184- magereun
185185- adminer
@@ -197,8 +197,8 @@ Disable cron:
197197 * user: vagrant
198198 * pass: vagrant
199199 * name: magento
200- * Mailcatcher
201- * url: [ network_ip] :1080
200+ * Mailhog
201+ * url: [ network_ip] :8025
202202* Adminer
203203 * url: [ network_ip] /adminer
204204* Phpinfo
0 commit comments