1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 23:15:24 +02:00
This commit is contained in:
Tyler Myracle 2024-01-14 12:26:43 -06:00
parent e5edb1e79d
commit cedbe1b751

View file

@ -47,7 +47,7 @@ You'll need Docker installed to run the app locally.
cp .env.example .env cp .env.example .env
``` ```
Create a new secret for using Create a new secret using
`openssl rand -base64 32` `openssl rand -base64 32`
and populate `NEXTAUTH_SECRET` in your `.env` file. Then run: and populate `NEXTAUTH_SECRET` in your `.env` file. Then run: