From b4420a22bb48b9255bfc0b035820b5b3061f4bbc Mon Sep 17 00:00:00 2001 From: Dominic Elm Date: Fri, 12 Jul 2024 17:48:41 +0200 Subject: [PATCH] chore: update readme --- packages/bolt/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/bolt/README.md b/packages/bolt/README.md index e13b872..4b0d965 100644 --- a/packages/bolt/README.md +++ b/packages/bolt/README.md @@ -36,6 +36,13 @@ Optionally, you an set the debug level: VITE_LOG_LEVEL=debug ``` +If you want to test the login locally you need to add the following variables: + +``` +SESSION_SECRET=XXX +LOGIN_PASSWORD=XXX +``` + **Important**: Never commit your `.env.local` file to version control. It's already included in .gitignore. ## Available Scripts