Dominic Elm commited on
Commit
b4420a2
·
1 Parent(s): cbfa98c

chore: update readme

Browse files
Files changed (1) hide show
  1. packages/bolt/README.md +7 -0
packages/bolt/README.md CHANGED
@@ -36,6 +36,13 @@ Optionally, you an set the debug level:
36
  VITE_LOG_LEVEL=debug
37
  ```
38
 
 
 
 
 
 
 
 
39
  **Important**: Never commit your `.env.local` file to version control. It's already included in .gitignore.
40
 
41
  ## Available Scripts
 
36
  VITE_LOG_LEVEL=debug
37
  ```
38
 
39
+ If you want to test the login locally you need to add the following variables:
40
+
41
+ ```
42
+ SESSION_SECRET=XXX
43
+ LOGIN_PASSWORD=XXX
44
+ ```
45
+
46
  **Important**: Never commit your `.env.local` file to version control. It's already included in .gitignore.
47
 
48
  ## Available Scripts