Skip to content

Commit 0958b21

Browse files
nits
1 parent c77d85a commit 0958b21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/connections/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ A JSON configuration file is used to specify connections. For example:
4343

4444
Configuration files must conform to the [JSON schema](#schema-reference).
4545

46-
When running Sourcebot, this file must be mounted in a volume that is accessible to the container, with it's path specified in the `CONFIG_FILE` environment variable. For example:
46+
When running Sourcebot, this file must be mounted in a volume that is accessible to the container, with it's path specified in the `CONFIG_PATH` environment variable. For example:
4747

4848
```bash
4949
docker run \
5050
-v $(pwd)/config.json:/data/config.json \
51-
-e CONFIG_FILE=/data/config.json \
51+
-e CONFIG_PATH=/data/config.json \
5252
... \ # other config
5353
ghcr.io/sourcebot-dev/sourcebot:latest
5454
```

docs/docs/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Connect your code from multiple code-host platforms and search across all of the
7272

7373
<Accordion title="Key benefits">
7474
- **Auto re-syncing:** Sourcebot will periodically sync with code hosts to pull the latest changes.
75-
- **Flexible configuration:** Sourcebot uses a expressive [JSON schema](/docs/connections/overview) config format to specify exaclty what repositories to index (and what not to index).
75+
- **Flexible configuration:** Sourcebot uses an expressive [JSON schema](/docs/connections/overview) config format to specify exactly what repositories to index (and what not to index).
7676
- **Parallel indexing:** Repositories are indexed in parallel.
7777
</Accordion>
7878

0 commit comments

Comments
 (0)