|
2 | 2 |
|
3 | 3 | ## Environment variables
|
4 | 4 |
|
5 |
| -| Name | Description | |
6 |
| -|:-----------------------------|:------------------------------------------------------------| |
7 |
| -| `BBLFSH_ENDPOINT` | bblfshd endpoint, default "127.0.0.1:9432" | |
8 |
| -| `PILOSA_ENDPOINT` | pilosa endpoint, default "http://localhost:10101" | |
9 |
| -| `GITBASE_BLOBS_MAX_SIZE` | maximum blob size to return in MiB, default 5 MiB | |
10 |
| -| `GITBASE_BLOBS_ALLOW_BINARY` | enable retrieval of binary blobs, default `false` | |
11 |
| -| `GITBASE_SKIP_GIT_ERRORS` | do not stop queries on git errors, default disabled | |
12 |
| -| `GITBASE_INDEX_DIR` | directory to save indexes, default `/var/lib/gitbase/index` | |
13 |
| -| `GITBASE_TRACE` | enable jaeger tracing, default disabled | |
| 5 | +| Name | Description | |
| 6 | +|:-----------------------------|:-----------------------------------------------------------------------------------| |
| 7 | +| `BBLFSH_ENDPOINT` | bblfshd endpoint, default "127.0.0.1:9432" | |
| 8 | +| `PILOSA_ENDPOINT` | pilosa endpoint, default "http://localhost:10101" | |
| 9 | +| `GITBASE_BLOBS_MAX_SIZE` | maximum blob size to return in MiB, default 5 MiB | |
| 10 | +| `GITBASE_BLOBS_ALLOW_BINARY` | enable retrieval of binary blobs, default `false` | |
| 11 | +| `GITBASE_SKIP_GIT_ERRORS` | do not stop queries on git errors, default disabled | |
| 12 | +| `GITBASE_INDEX_DIR` | directory to save indexes, default `/var/lib/gitbase/index` | |
| 13 | +| `GITBASE_TRACE` | enable jaeger tracing, default disabled | |
| 14 | +| `GITBASE_READONLY` | allow read queries only, disabling creating and deleting indexes, default disabled | |
14 | 15 |
|
15 | 16 | ### Jaeger tracing variables
|
16 | 17 |
|
|
0 commit comments