Skip to content

Commit 11b0a65

Browse files
authored
Merge pull request #130 from managedwphosting/master
[TASK] make sure you refrain from using # as special character..
2 parents 7a5b312 + a45f139 commit 11b0a65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.env.default

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export WPT_REPORT_URL=
2626

2727
# Credentials for a database that can be written to and reset.
2828
# 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.
2930
export WPT_DB_NAME=
3031
export WPT_DB_USER=
3132
export WPT_DB_PASSWORD=

0 commit comments

Comments
 (0)