Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit348244e

Browse files
committed
Update github env var examples
1 parent61fdd10 commit348244e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎docs/self-hosted/github.md‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ GITHUB_APP_PEM_FILE=<flattened-pem-file>
9696
CODERABBIT_LICENSE_KEY=<license-key>
9797

9898
CODERABBIT_API_KEY=[<coderabbitai-api-key>]
99+
# This will use your CodeRabbit API key to store learnings on our servers.
99100
ENABLE_LEARNINGS=[true]
100101
ENABLE_METRICS=[true]
101102

@@ -108,10 +109,10 @@ OAUTH2_ENDPOINT=[<endpoint>]
108109
OAUTH2_CLIENT_ID=[<client-id>]
109110
OAUTH2_CLIENT_SECRET=[<client-secret>]
110111

111-
# Set to true to use the knowledge base features.
112-
ON_PREM_KNOWLEDGE_BASE=[true]
112+
# Set to true to use theon-premknowledge base features. This will take precedence over the ENABLE_LEARNINGS flag above.
113+
SELF_HOSTED_KNOWLEDGE_BASE=[true]
113114
# The branch which CodeRabbit will store the knowledge base json files in.
114-
ON_PREM_KNOWLEDGE_BASE_BRANCH=[coderabbitai/data]
115+
SELF_HOSTED_KNOWLEDGE_BASE_BRANCH=[coderabbitai/data]
115116
# URL to the host running ChromaDB 0.5.20.
116117
CHROMADB_URL=[http://chromadb:8000]
117118
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp