diff --git a/.env.example b/.env.example index 7a1f4e2..5e1c5db 100644 --- a/.env.example +++ b/.env.example @@ -13,7 +13,7 @@ REDIS_PORT=6379 # REDIS_USERNAME=redis # REDIS_PASSWORD=redis -# For sessions and cookies +# For sessions and cookies, can be generated using `openssl rand -base64 32` JWT_SECRET=your_jwt_secret JWT_EXPIRES=1d