Skip to content

Instantly share code, notes, and snippets.

@dinarcon
Last active September 1, 2019 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dinarcon/7357f70170ebf5f6d64aea1914c9d900 to your computer and use it in GitHub Desktop.
Save dinarcon/7357f70170ebf5f6d64aea1914c9d900 to your computer and use it in GitHub Desktop.
# 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