mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
update readme to generate secret
This commit is contained in:
parent
c56d528329
commit
e5edb1e79d
1 changed files with 2 additions and 2 deletions
|
@ -47,9 +47,9 @@ You'll need Docker installed to run the app locally.
|
|||
cp .env.example .env
|
||||
```
|
||||
|
||||
Create a new secret for NEXTAUTH_SECRET in .env using
|
||||
Create a new secret for using
|
||||
`openssl rand -base64 32`
|
||||
Then run
|
||||
and populate `NEXTAUTH_SECRET` in your `.env` file. Then run:
|
||||
|
||||
```
|
||||
yarn install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue