Skip to content

Commit 17b6e63

Browse files
Copy over .env.default comment changes
Co-Authored-By: Javier Casares <[email protected]>
1 parent 4263637 commit 17b6e63

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

.env.default

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,33 @@
1111
# $ source .env
1212
###
1313

14-
# Path to the directory where files can be prepared before being delivered to the environment.
14+
# Path to the directory where files can be prepared before being delivered to
15+
# the environment.
1516
export WPT_PREPARE_DIR=/tmp/wp-test-runner
1617

17-
# Path to the directory where the WordPress develop checkout can be placed and tests can be run.
18-
# When running tests in the same environment, set WPT_TEST_DIR to WPT_PREPARE_DIR
19-
export WPT_TEST_DIR=wp-test-runner
18+
# Path to the directory where the WordPress develop checkout can be placed and
19+
# tests can be run. When running tests in the same environment, set WPT_TEST_DIR
20+
# to WPT_PREPARE_DIR
21+
export WPT_TEST_DIR=/tmp/wp-test-runner
2022

21-
# API key to authenticate with the reporting service in 'username:password' format.
23+
# API key to authenticate with the reporting service in 'username:password'
24+
# format.
2225
export WPT_REPORT_API_KEY=
2326

2427
# (Optionally) define an alternate reporting URL
2528
export WPT_REPORT_URL=
2629

2730
# Credentials for a database that can be written to and reset.
28-
# WARNING!!! This database will be destroyed between tests. Only use safe database credentials.
29-
# Please note that you must escape _or_ refrain from using # as special character in your credentials.
31+
# WARNING!!! This database will be destroyed between tests. Only use safe
32+
# database credentials. Please note that you must escape _or_ refrain from
33+
# using # as special character in your credentials.
3034
export WPT_DB_NAME=
3135
export WPT_DB_USER=
3236
export WPT_DB_PASSWORD=
3337
export WPT_DB_HOST=
3438

35-
# (Optionally) set a custom table prefix to permit concurrency against the same database.
39+
# (Optionally) set a custom table prefix to permit concurrency against the same
40+
# database.
3641
export WPT_TABLE_PREFIX=${WPT_TABLE_PREFIX-wptests_}
3742

3843
# (Optionally) define the PHP executable to be called

0 commit comments

Comments
 (0)