Skip to content

Commit 8e1afac

Browse files
committed
Add GITBASE_SKIP_GIT_ERRORS to README file
Signed-off-by: Javi Fontan <[email protected]>
1 parent dcee702 commit 8e1afac

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,13 @@ SELECT hash, author_email, author_name FROM commits LIMIT 2;
5353

5454
### Environment variables
5555

56-
| Name | Description |
57-
|:-----------------------------|:--------------------------------------------------|
58-
| `BBLFSH_ENDPOINT` | bblfshd endpoint, default "127.0.0.1:9432" |
59-
| `GITBASE_BLOBS_MAX_SIZE` | maximum blob size to return in MiB, default 5 MiB |
60-
| `GITBASE_BLOBS_ALLOW_BINARY` | enable retrieval of binary blobs, default `false` |
61-
| `UNSTABLE_SQUASH_ENABLE` | **UNSTABLE** check *Unstable features* |
56+
| Name | Description |
57+
|:-----------------------------|:----------------------------------------------------|
58+
| `BBLFSH_ENDPOINT` | bblfshd endpoint, default "127.0.0.1:9432" |
59+
| `GITBASE_BLOBS_MAX_SIZE` | maximum blob size to return in MiB, default 5 MiB |
60+
| `GITBASE_BLOBS_ALLOW_BINARY` | enable retrieval of binary blobs, default `false` |
61+
| `UNSTABLE_SQUASH_ENABLE` | **UNSTABLE** check *Unstable features* |
62+
| `GITBASE_SKIP_GIT_ERRORS` | do not stop queries on git errors, default disabled |
6263

6364
## Tables
6465

0 commit comments

Comments
 (0)