Skip to content

Commit

Permalink
docs: s/sidecar/sidecarUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Nov 30, 2023
1 parent 867388a commit 2aa4630
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/website/src/content/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ init({
});
```

### `sidecar`
### `sidecarUrl`

**type:** string
**type:** `string` **default:** `"http://localhost:8969/stream"`

The Sidecar event-source stream endpoint.
The Sidecar event-source stream endpoint URL.

Set this option if you have the sidecar running on another URL than the default one.

```ts
init({
Expand Down

0 comments on commit 2aa4630

Please sign in to comment.