-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.sample.sh
46 lines (35 loc) · 1.26 KB
/
config.sample.sh
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
MYSQL_PASSWORD="s@ndb0x!"
MYSQL_USER="root"
MYSQL_DATABASE_PREFIX="magento2."
MAGENTO_USERNAME="sandbox"
MAGENTO_PASSWORD="s@ndb0x!"
MAGENTO_USER_EMAIL="[email protected]"
MAGENTO_ADMIN_URL="admin"
MAGENTO_MODULE_VENDOR="Vendor"
# No double quotes arount the path value for linux users
DOMAINS_PATH=~/domains
## When Using Valet
#DOMAIN_PREFIX="m2."
#DOMAIN_SUFFIX=".test"
#FOLDER_SUFFIX=""
## When Using Custom (folder contains suffix)
DOMAIN_PREFIX="magento2."
DOMAIN_SUFFIX=".local.example.com"
FOLDER_SUFFIX=".local.example.com"
COMPOSER_AUTH_JSON_FILE_PATH="auth.json"
##https://github.com/magento/marketplace-eqp
PHPCS_PATH="~/tools/magento-coding-standard/vendor/bin/phpcs"
PHPCBF_PATH="~/tools/magento-coding-standard/vendor/bin/phpcbf"
MAGERUN2_COMMAND="n98-magerun2"
MAGERUN1_COMMAND="n98-magerun"
FORKED_REPO="[email protected]:<username>/magento2.git"
FORKED_REPO_EE="undefined"
PHP7="php7.0"
COMPOSER_PHP7="$PHP7 /usr/bin/composer"
secure="false"
CUSTOM_EE="example/magento-project-enterprise-edition"
CUSTOM_CE="example/magento-project-community-edition"
CUSTOM_REPO="https://repo.example.com"
EMNT_DEFAULT_SITE_MOUNT_DIR='~/domains'
EMNT_DEFAULT_SITE_REMOTE_LOCATION_FORMAT='~/domains/$SITE_DOMAIN.$SITE_ENV_HOST'
EMNT_DEFAULT_SITE_LOCAL_LOCATION_FORMAT='$SITE_DOMAIN'