-
Notifications
You must be signed in to change notification settings - Fork 165
/
config.yaml.dist
67 lines (59 loc) · 2.6 KB
/
config.yaml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# [To apply changes: init_project.sh -fc] Possible values: git, composer
checkout_source_from: "git"
composer_project:
# Current section used only if 'checkout_source_from' is set to 'composer'
# [To apply changes: init_project.sh -fc]
name: "magento/project-community-edition"
# Make sure to specify valid keys for this repository in etc/composer/auth.json
url: "https://repo.magento.com"
repository_url:
# Current section used only if 'checkout_source_from' is set to 'git'
# [To apply changes: init_project.sh -fc]
# [email protected]:magento/magento2ce.git OR custom one. Use '::' to specify a specific branch, e.g: [email protected]:magento/magento2.git::2.1
ce: "[email protected]:magento/magento2.git"
# [email protected]:magento/magento2ee.git OR custom one
ee: ""
# can be replaced with custom repository. Use '::' to specify a specific branch, e.g: [email protected]:magento/magento2-sample-data.git::2.1-develop
ce_sample_data: "[email protected]:magento/magento2-sample-data.git"
# [email protected]:magento/magento2-sample-data-ee.git OR custom one
ee_sample_data: ""
guest:
# [To apply changes: init_project.sh -f] NFS will be used for folder synchronization on *nix and OSX hosts by default.
use_nfs: 1
# [To apply changes: vagrant reload] Default is 2Gb, around 3Gb is necessary to run functional tests.
memory: 2048
# Recommended number of CPUs is 2
cpus: 1
ip_address: "192.168.10.2"
forwarded_ssh_port: 3000
environment:
# [To apply changes: vagrant reload] If set to 0, PHP 5 will be installed.
use_php7: 1
composer_prefer_source: 0
# [To apply changes: m-reinstall]
use_varnish: 0
# [To apply changes: m-reinstall] Possible values: mysql, elasticsearch
search_engine: "mysql"
# [To apply changes: m-clear-cache] Possible values: redis, filesystem
cache_backend: "redis"
magento:
# [To apply changes: m-switch-to-ce -f OR m-switch-to-ee -f]
install_sample_data: 0
# [To apply changes: init_project.sh -f]
host_name: "magento2.vagrant2"
# [To apply changes: m-reinstall]
admin_frontname: "admin"
language: "en_US"
timezone: "America/Chicago"
currency: "USD"
admin_user: "admin"
admin_password: "123123q"
# [Changes applied on m-clear-cache] Available options: developer, production, default
mode: "developer"
debug:
# [Changes applied on m-clear-cache] Enable template path and block name hints on storefront
magento_storefront: 0
# [Changes applied on m-clear-cache] Enable template path hints in the admin panel
magento_admin: 0
# [Changes applied immediately] Enable detailed output from all scripts provided by current vagrant project
vagrant_project: 0