raisingthefloor / morphic-app-website

0 stars 1 forks source link

MorphicLiteWeb

Static web front end for

Developer Builds

Run docker-compose:

$ docker-compose up

Create an .env file to provide local values for the the following environmental variables:

Password Reset URLs

When a user needs to start the password reset process, a link should send them to

http://localhost:5003/password/reset

To complete their reset, the resulting email should point them to

http://localhost:5003/password/reset#token=<resettoken>