Advertisement
RiseAgainst0

variables

Jul 20th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. ---
  2. server:
  3. install: '1'
  4. timezone: UTC
  5. locale: en_US.UTF-8
  6. vagrant_local:
  7. install: '1'
  8. vm: { base_box: trusty64, hostname: default, ip: 192.168.33.99, memory: '4000', sharedfolder: /var/www/html/magento2, useVagrantCloud: '1', syncType: nfs }
  9. nginx:
  10. install: '1'
  11. docroot: /var/www/html/magento2/magento2
  12. servername: magento2.local
  13. mysql:
  14. install: '1'
  15. root_password: 'magento'
  16. database: magento
  17. user: magento
  18. password: magento
  19. dump: ''
  20. php:
  21. install: '1'
  22. ppa: php
  23. xdebug:
  24. install: '1'
  25. composer:
  26. install: '1'
  27. magento:
  28. db_name: magento
  29. db_password: magento
  30. db_user: magento
  31. admin_user: magento
  32. admin_password: magento
  33. admin_firstname: John
  34. admin_lastname: Doe
  35. admin_email: admin@example.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement