Skip to content

Commit e254982

Browse files
authored
Merge pull request #370 from carlosms/docs-add-readonly
Add GITBASE_READONLY to docs
2 parents f4bb7bf + b39bdec commit e254982

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/using-gitbase/configuration.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
## Environment variables
44

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 |
1415

1516
### Jaeger tracing variables
1617

0 commit comments

Comments
 (0)