You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Improved search performance for unbounded search queries. [#555](https://github.com/sourcebot-dev/sourcebot/pull/555)
15
18
16
19
### Added
17
20
- Added support for passing db connection url as seperate `DATABASE_HOST`, `DATABASE_USERNAME`, `DATABASE_PASSWORD`, `DATABASE_NAME`, and `DATABASE_ARGS` env vars. [#545](https://github.com/sourcebot-dev/sourcebot/pull/545)
Copy file name to clipboardExpand all lines: docs/docs/configuration/environment-variables.mdx
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,16 +28,13 @@ The following environment variables allow you to configure your Sourcebot deploy
28
28
|`REDIS_REMOVE_ON_FAIL`|`100`| <p>Controls how many failed jobs are allowed to remain in Redis queues</p> |
29
29
|`REPO_SYNC_RETRY_BASE_SLEEP_SECONDS`|`60`| <p>The base sleep duration (in seconds) for exponential backoff when retrying repository sync operations that fail</p> |
30
30
|`GITLAB_CLIENT_QUERY_TIMEOUT_SECONDS`|`600`| <p>The timeout duration (in seconds) for GitLab client queries</p> |
31
-
|`SHARD_MAX_MATCH_COUNT`|`10000`| <p>The maximum shard count per query</p> |
32
31
|`SMTP_CONNECTION_URL`|`-`| <p>The url to the SMTP service used for sending transactional emails. See [this doc](/docs/configuration/transactional-emails) for more info.</p> |
33
32
|`SOURCEBOT_ENCRYPTION_KEY`| Automatically generated at startup if no value is provided. Generated using `openssl rand -base64 24`| <p>Used to encrypt connection secrets and generate API keys.</p> |
34
33
|`SOURCEBOT_PUBLIC_KEY_PATH`|`/app/public.pem`| <p>Sourcebot's public key that's used to verify encrypted license key signatures.</p> |
35
34
|`SOURCEBOT_LOG_LEVEL`|`info`| <p>The Sourcebot logging level. Valid values are `debug`, `info`, `warn`, `error`, in order of severity.</p> |
36
35
|`SOURCEBOT_STRUCTURED_LOGGING_ENABLED`|`false`| <p>Enables/disable structured JSON logging. See [this doc](/docs/configuration/structured-logging) for more info.</p> |
37
36
|`SOURCEBOT_STRUCTURED_LOGGING_FILE`| - | <p>Optional file to log to if structured logging is enabled</p> |
38
37
|`SOURCEBOT_TELEMETRY_DISABLED`|`false`| <p>Enables/disables telemetry collection in Sourcebot. See [this doc](/docs/overview.mdx#telemetry) for more info.</p> |
39
-
|`TOTAL_MAX_MATCH_COUNT`|`100000`| <p>The maximum number of matches per query</p> |
40
-
|`ZOEKT_MAX_WALL_TIME_MS`|`10000`| <p>The maximum real world duration (in milliseconds) per zoekt query</p> |
0 commit comments