Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Update example formatting in configuration files for consistency #393

Merged
merged 1 commit into from
Jun 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/self-hosted/azure-devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ CODERABBIT_API_KEY=<coderabbitai-api-key>
ENABLE_METRICS=[true]
ENABLE_LEARNINGS=[true]
# if using CodeRabbit's learnings, also provide the following
# For example, s3://bucket/path/to/database, gs://bucket/path/to/database, etc.
# for example, s3://bucket/path/to/database, gs://bucket/path/to/database, etc.
OBJECT_STORE_URI=[<object-store-uri>]

JIRA_HOST=[<jira-host-url>]
Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosted/bitbucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ CODERABBIT_API_KEY=<coderabbitai-api-key>
ENABLE_METRICS=[true]
ENABLE_LEARNINGS=[true]
# if using CodeRabbit's learnings, also provide the following
# For example, s3://bucket/path/to/database, gs://bucket/path/to/database, etc.
# for example, s3://bucket/path/to/database, gs://bucket/path/to/database, etc.
OBJECT_STORE_URI=[<object-store-uri>]

JIRA_HOST=[<jira-host-url>]
Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosted/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ CODERABBIT_API_KEY=<coderabbitai-api-key>
ENABLE_METRICS=[true]
ENABLE_LEARNINGS=[true]
# if using CodeRabbit's learnings, also provide the following
# For example, s3://bucket/path/to/database, gs://bucket/path/to/database, etc.
# for example, s3://bucket/path/to/database, gs://bucket/path/to/database, etc.
OBJECT_STORE_URI=[<object-store-uri>]

JIRA_HOST=[<jira-host-url>]
Expand Down
5 changes: 4 additions & 1 deletion docs/self-hosted/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,17 @@ SELF_HOSTED=gitlab

GITLAB_BOT_TOKEN=<personal-access-token>
GITLAB_WEBHOOK_SECRET=<webhook-secret-key>
# if seeing '500 Internal Server Error' in CodeRabbit logs when trying to post review comments,
# make sure to set the following environment variable to 1500 (1.5 seconds).
GITLAB_PUBLISH_DELAY=[<delay-ms-between-draft-and-publish>]

CODERABBIT_LICENSE_KEY=<license-key>

CODERABBIT_API_KEY=<coderabbitai-api-key>
ENABLE_METRICS=[true]
ENABLE_LEARNINGS=[true]
# if using CodeRabbit's learnings, also provide the following
# For example, s3://bucket/path/to/database, gs://bucket/path/to/database, etc.
# for example, s3://bucket/path/to/database, gs://bucket/path/to/database, etc.
OBJECT_STORE_URI=[<object-store-uri>]

JIRA_HOST=[<jira-host-url>]
Expand Down