diff --git a/docs/self-hosted/azure-devops.md b/docs/self-hosted/azure-devops.md index e05af4c7..97137b11 100644 --- a/docs/self-hosted/azure-devops.md +++ b/docs/self-hosted/azure-devops.md @@ -112,8 +112,11 @@ AZURE_DEVOPS_BOT_USERNAME=<bot-user-username> CODERABBIT_LICENSE_KEY=<license-key> CODERABBIT_API_KEY=<coderabbitai-api-key> -ENABLE_LEARNINGS=[true] 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. +OBJECT_STORE_URI=[<object-store-uri>] JIRA_HOST=[<jira-host-url>] JIRA_PAT=[<jira-personal-access-token>] diff --git a/docs/self-hosted/bitbucket.md b/docs/self-hosted/bitbucket.md index d42bdf76..0adbeed6 100644 --- a/docs/self-hosted/bitbucket.md +++ b/docs/self-hosted/bitbucket.md @@ -107,8 +107,11 @@ BITBUCKET_SERVER_BOT_USERNAME=<bot-user-username> CODERABBIT_LICENSE_KEY=<license-key> CODERABBIT_API_KEY=<coderabbitai-api-key> -ENABLE_LEARNINGS=[true] 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. +OBJECT_STORE_URI=[<object-store-uri>] JIRA_HOST=[<jira-host-url>] JIRA_PAT=[<jira-personal-access-token>] diff --git a/docs/self-hosted/github.md b/docs/self-hosted/github.md index 74b816f9..8f7e4962 100644 --- a/docs/self-hosted/github.md +++ b/docs/self-hosted/github.md @@ -125,8 +125,11 @@ GITHUB_APP_PEM_FILE=<flattened-pem-file> CODERABBIT_LICENSE_KEY=<license-key> CODERABBIT_API_KEY=<coderabbitai-api-key> -ENABLE_LEARNINGS=[true] 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. +OBJECT_STORE_URI=[<object-store-uri>] JIRA_HOST=[<jira-host-url>] JIRA_PAT=[<jira-personal-access-token>] diff --git a/docs/self-hosted/gitlab.md b/docs/self-hosted/gitlab.md index 09d7ecac..42736e2f 100644 --- a/docs/self-hosted/gitlab.md +++ b/docs/self-hosted/gitlab.md @@ -116,8 +116,11 @@ GITLAB_WEBHOOK_SECRET=<webhook-secret-key> CODERABBIT_LICENSE_KEY=<license-key> CODERABBIT_API_KEY=<coderabbitai-api-key> -ENABLE_LEARNINGS=[true] 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. +OBJECT_STORE_URI=[<object-store-uri>] JIRA_HOST=[<jira-host-url>] JIRA_PAT=[<jira-personal-access-token>]