Skip to content

Commit

Permalink
Update environment-variables.mdx
Browse files Browse the repository at this point in the history
Changed additional instance of npm exec
  • Loading branch information
Oakwhisper authored Jan 17, 2025
1 parent dc0f313 commit 6c7f2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/guides/environment-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ AUTH_SECRET="This is an example"
`AUTH_SECRET` is a random token used by the library to encrypt tokens and email verification hashes, and it's mandatory to keep things secure (See [Deployment](/getting-started/deployment) to learn more). You can use the CLI to generate an auth secret:

```bash npm2yarn
npm exec auth secret
npx auth secret
```

## Environment Variable Inference
Expand Down

0 comments on commit 6c7f2b7

Please sign in to comment.