Guest User

Untitled

a guest
Apr 18th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. ---
  2. vagrant_synced_folder_default_type: ''
  3.  
  4. vagrant_hostname: outlier.test
  5. vagrant_machine_name: outlier-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. drupal_core_path: "/var/www/html"
  22.  
  23. drupal_db_user: root
  24. drupal_db_password: pass
  25. drupal_db_name: outlier_drupal_local
  26.  
  27. drupal_domain: "local.outlier.com"
  28.  
  29. installed_extras:
  30. - adminer
  31. # - blackfire
  32. # - drupalconsole
  33. - drush
  34. # - elasticsearch
  35. # - java
  36. - mailhog
  37. # - memcached
  38. # - newrelic
  39. # - nodejs
  40. - pimpmylog
  41. # - redis
  42. # - ruby
  43. # - selenium
  44. # - solr
  45. # - tideways
  46. # - upload-progress
  47. - varnish
  48. - xdebug
  49. # - xhprof # use `tideways` if you're installing PHP 7+
  50.  
  51. extra_packages:
  52. - sqlite
  53. - php-bcmath
  54.  
  55. php_memory_limit: "256M"
  56.  
  57. php_max_input_vars: "10000"
  58.  
  59. mysql_root_password: pass
  60.  
  61. docker_container_name: outlier-vm-d
  62. docker_image_name: outlier-vm-d
Add Comment
Please, Sign In to add comment