Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ The `DATABASE_URL` variable should contain your Supabase project url and the `DA

```
VITE_SERVER_URL="http://localhost:8081"
VITE_PUBLIC_ASSISTANT_BASE_URL=[Insert vite public assistant bas URL]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a typo in this line. It should be base instead of bas

VITE_ASSISTANT_UI_KEY=[Insert vite assistant UI key]
```

### Running the Application
Expand Down