feat: allow to disable auth during development (#21)
This commit is contained in:
@@ -37,10 +37,10 @@ VITE_LOG_LEVEL=debug
|
||||
```
|
||||
|
||||
If you want to run authentication against a local StackBlitz instance, add:
|
||||
|
||||
```
|
||||
VITE_CLIENT_ORIGIN=https://local.stackblitz.com:3000
|
||||
```
|
||||
`
|
||||
|
||||
**Important**: Never commit your `.env.local` file to version control. It's already included in .gitignore.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user