forked from facebook/facebook-for-woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dist.env
23 lines (22 loc) · 825 Bytes
/
.dist.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
WP_ROOT_FOLDER="/path/to/root"
WP_URL="http://your-test-domain.test"
WP_DOMAIN="http://your-test-domain.test"
WP_ADMIN_PATH="/wp-admin"
WP_ADMIN_EMAIL="[email protected]"
WP_ADMIN_USERNAME="admin"
WP_ADMIN_PASSWORD="admin"
ACCEPTANCE_DB_NAME="your_acceptance_db_name"
ACCEPTANCE_DB_HOST="localhost"
ACCEPTANCE_DB_USER="root"
ACCEPTANCE_DB_PASSWORD="root"
ACCEPTANCE_TABLE_PREFIX="wp_"
INTEGRATION_DB_NAME="your_integration_db_name"
INTEGRATION_DB_HOST="localhost"
INTEGRATION_DB_USER="root"
INTEGRATION_DB_PASSWORD="root"
INTEGRATION_TABLE_PREFIX="wp_"
# Sake environment variables
GITHUB_USERNAME="your-github-username"
GITHUB_API_KEY="github-personal-access-token" # https://github.com/settings/tokens/new?scopes=gist,repo,user&description=Facebook+for+WooCommerce+Deployments
WP_SVN_USER=
SAKE_PRE_RELEASE_PATH=