Last active
September 1, 2019 01:27
-
-
Save dinarcon/7357f70170ebf5f6d64aea1914c9d900 to your computer and use it in GitHub Desktop.
This file contains 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
# config.yml file | |
# Based off default.config.yml | |
vagrant_hostname: migratedebug.test | |
vagrant_machine_name: migratedebug | |
# For dynamic IP assignment the 'vagrant-auto_network' plugin is required. | |
# Otherwise, use an IP address that has not been used by any other virtual machine. | |
vagrant_ip: 0.0.0.0 | |
# All the other extra packages can remain enabled. | |
# Make sure the following three get installed by uncommenting them. | |
installed_extras: | |
- drupalconsole | |
- drush | |
- xdebug | |
php_xdebug_default_enable: 1 | |
php_xdebug_cli_disable: no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment