Skip to content

Commit 10ab70c

Browse files
authored
Update example formatting in configuration files for consistency (#393)
1 parent d33375b commit 10ab70c

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

docs/self-hosted/azure-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ CODERABBIT_API_KEY=<coderabbitai-api-key>
117117
ENABLE_METRICS=[true]
118118
ENABLE_LEARNINGS=[true]
119119
# if using CodeRabbit's learnings, also provide the following
120-
# For example, s3://bucket/path/to/database, gs://bucket/path/to/database, etc.
120+
# for example, s3://bucket/path/to/database, gs://bucket/path/to/database, etc.
121121
OBJECT_STORE_URI=[<object-store-uri>]
122122

123123
JIRA_HOST=[<jira-host-url>]

docs/self-hosted/bitbucket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ CODERABBIT_API_KEY=<coderabbitai-api-key>
112112
ENABLE_METRICS=[true]
113113
ENABLE_LEARNINGS=[true]
114114
# if using CodeRabbit's learnings, also provide the following
115-
# For example, s3://bucket/path/to/database, gs://bucket/path/to/database, etc.
115+
# for example, s3://bucket/path/to/database, gs://bucket/path/to/database, etc.
116116
OBJECT_STORE_URI=[<object-store-uri>]
117117

118118
JIRA_HOST=[<jira-host-url>]

docs/self-hosted/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ CODERABBIT_API_KEY=<coderabbitai-api-key>
130130
ENABLE_METRICS=[true]
131131
ENABLE_LEARNINGS=[true]
132132
# if using CodeRabbit's learnings, also provide the following
133-
# For example, s3://bucket/path/to/database, gs://bucket/path/to/database, etc.
133+
# for example, s3://bucket/path/to/database, gs://bucket/path/to/database, etc.
134134
OBJECT_STORE_URI=[<object-store-uri>]
135135

136136
JIRA_HOST=[<jira-host-url>]

docs/self-hosted/gitlab.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,17 @@ SELF_HOSTED=gitlab
114114

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

118121
CODERABBIT_LICENSE_KEY=<license-key>
119122

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

127130
JIRA_HOST=[<jira-host-url>]

0 commit comments

Comments
 (0)