We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0798ab6 commit b31c1a0Copy full SHA for b31c1a0
1 file changed
examples/README.md
@@ -0,0 +1,13 @@
1
+Examples
2
+========
3
+
4
+The examples in this directory make use of `.env` files to specify the username and password for a user.
5
6
+You can either create a `.env` file (here or in the root of the repository) like this:
7
8
+```bash
9
+MP_USER=my_username
10
+MP_PASS=supersecretpassword
11
+```
12
13
+...or simply provide those values as environment variables.
0 commit comments