Guest User

Untitled

a guest
Jan 23rd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ---
  2. vagrant_synced_folder_default_type: ''
  3.  
  4. vagrant_hostname: vanilla.test
  5. vagrant_machine_name: vanilla-vm
  6. vagrant_ip: 192.168.25.25
  7.  
  8. vagrant_synced_folders:
  9. # The first synced folder will be used for the default Drupal installation, if
  10. # any of the build_* settings are 'true'. By default the folder is set to
  11. # the drupal-vm folder.
  12. - local_path: .
  13. destination: /var/www
  14. type:
  15. create: true
  16.  
  17. vagrant_memory: 4096
  18.  
  19. drupal_install_site: false
  20.  
  21. installed_extras:
  22. - adminer
  23. # - blackfire
  24. # - drupalconsole
  25. - drush
  26. # - elasticsearch
  27. # - java
  28. - mailhog
  29. # - memcached
  30. # - newrelic
  31. # - nodejs
  32. - pimpmylog
  33. # - redis
  34. # - ruby
  35. # - selenium
  36. # - solr
  37. # - tideways
  38. # - upload-progress
  39. - varnish
  40. - xdebug
  41. # - xhprof # use `tideways` if you're installing PHP 7+
  42.  
  43. extra_packages:
  44. - sqlite
  45. - php-bcmath
  46.  
  47. php_memory_limit: "512M"
  48.  
  49. php_max_input_vars: "10000"
  50.  
  51. mysql_root_password: pass
  52.  
  53. docker_container_name: vanilla-vm-d
  54. docker_image_name: vanilla-vm-d
Add Comment
Please, Sign In to add comment