We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8173fb8 commit a45f139Copy full SHA for a45f139
.env.default
@@ -26,6 +26,7 @@ export WPT_REPORT_URL=
26
27
# 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.
30
export WPT_DB_NAME=
31
export WPT_DB_USER=
32
export WPT_DB_PASSWORD=
0 commit comments