Skip to content

Commit b31c1a0

Browse files
authored
Add README to examples
1 parent 0798ab6 commit b31c1a0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

examples/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)