grammar suggestions from GalacticHypernova

This commit is contained in:
David Nahodyl 2024-06-16 13:30:26 -04:00
parent 2037207e02
commit a831877cc7
No known key found for this signature in database

View File

@ -26,7 +26,7 @@ npx nuxi@latest module add auth-utils
### 1a. (Optional) Add a session encryption key
Session cookies are encrypted using a key set from the `.env` file. This key will be added to your `.env` automatically when running in development mode the first time. However, you'll need to add this to your production environment before deploying.
Session cookies are encrypted using a key from the `.env` file. This key will be added to your `.env` automatically when running in development mode for the first time. However, you'll need to add this to your production environment before deploying.
```dotenv [.env]
NUXT_SESSION_PASSWORD=password-with-at-least-32-characters