Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 334 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 334 Bytes

Examples

The examples in this directory make use of .env files to specify the username and password for a user.

You can either create a .env file (here or in the root of the repository) like this:

MP_USER=my_username
MP_PASS=supersecretpassword

...or simply provide those values as environment variables.