-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path.env
84 lines (67 loc) · 2.85 KB
/
.env
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
COMPOSE_PROJECT_NAME=storefront
MAGENTO_PATH=~/projects/storefront/repos
MAGENTO_DOMAIN=magento.test
INSTALLED_REPOS="magento2ce commerce-data-export catalog-storefront storefront-message-broker module-grpc"
# repos to be installed as standalone: storefront-pricing-ce, storefront-product-reviews-ce
# see etc/php/tools/reinstall_message_broker, section "start consumers" and uncomment related consumers
INSTALLED_REPOS_EE="magento2ce commerce-data-export catalog-storefront storefront-message-broker graphql magento2ee commerce-data-export-ee catalog-storefront-ee module-grpc"
MUTAGEN_INSTALLATION=NO
# Place appropriate class depending on the app you are using for grpc to work
## app "\\Magento\\CatalogStorefrontApi\\Api\\CatalogProxyServer \\Magento\\CatalogStorefrontApi\\Api\\VariantServiceProxyServer"
## app-reviews "\\Magento\\ReviewsStorefrontApi\\Api\\ProductReviewsProxyServer \\Magento\\ReviewsStorefrontApi\\Api\\RatingsMetadataProxyServer"
## app-pricing "\\Magento\\PricingStorefrontApi\\Api\\PriceBookServiceProxyServer"
GRPC_SERVICE_CLASS="\\Magento\\CatalogStorefrontApi\\Api\\CatalogProxyServer \\Magento\\CatalogStorefrontApi\\Api\\VariantServiceProxyServer"
FILE_SYNC=delegated
WEB_PORT=80
WEBS_PORT=443
DB_PORT=3306
SSH_PORT=222
VARNISH_PORT=8080
REDIS_PORT=6379
MONGO_PORT=27017
ELASTIC_PORT=9200
MFTF_PORT=5900
MAIL_PORT=8025
RABBIT_PORT=15672
XHGUI_PORT=8142
TIDEWAYS_APIKEY=key
BLACKFIRE_SERVER_ID=server_id
BLACKFIRE_SERVER_TOKEN=server_token
BLACKFIRE_CLIENT_ID=client_id
BLACKFIRE_CLIENT_TOKEN=client_token
ELASTICSEARCH_IMAGE_VERSION=7.9.3
ELASTICSEARCH_VERSION=7
RECLONE=yes
GIT_CLONE_DEPTH=
MAGENTO_EDITION=EE
PERF_PROFILE=no
GIT_REPO_magento2ce=magento2
GIT_BRANCH_magento2ce=develop-storefront
GIT_REPO_magento2ee=partners-magento2ee
GIT_BRANCH_magento2ee=develop-storefront
GIT_REPO_inventory=inventory
GIT_BRANCH_inventory=1.2.0-develop
GIT_REPO_magento2b2b=partners-magento2b2b
GIT_BRANCH_magento2b2b=1.2-develop
GIT_REPO_catalog_storefront=catalog-storefront
GIT_BRANCH_catalog_storefront=develop
GIT_REPO_catalog_storefront_ee=catalog-storefront-ee
GIT_BRANCH_catalog_storefront_ee=develop
GIT_REPO_graphql=graphql
GIT_BRANCH_graphql=master
GIT_REPO_commerce_data_export=commerce-data-export
GIT_BRANCH_commerce_data_export=main
GIT_REPO_commerce_data_export_ee=commerce-data-export-ee
GIT_BRANCH_commerce_data_export_ee=main
GIT_REPO_storefront_message_broker=storefront-message-broker
GIT_BRANCH_storefront_message_broker=main
GIT_REPO_storefront_product_reviews_ce=storefront-product-reviews-ce
GIT_BRANCH_storefront_product_reviews_ce=main
GIT_REPO_storefront_pricing_ce=storefront-pricing-ce
GIT_BRANCH_storefront_pricing_ce=main
GIT_REPO_storefront_search_ce=storefront-search-ce
GIT_BRANCH_storefront_search_ce=main
GIT_REPO_saas_export=saas-export
GIT_BRANCH_saas_export=develop-storefront
GIT_REPO_module_grpc=module-grpc
GIT_BRANCH_module_grpc=master