-
Notifications
You must be signed in to change notification settings - Fork 99
Set correct variable name in docs #257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe change updates the self-hosting documentation for Sourcebot multi-tenancy. The environment variable required to enable multi-tenancy has been renamed from Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/self-hosting/more/tenancy.mdx (1)
27-27
: Suggestion on Image Alt Text
The image rendering the organization switching process is included correctly. Consider enhancing the alt text (e.g., "Screenshot of organization switching dropdown") to boost accessibility and clarity for users relying on screen readers.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/self-hosting/more/tenancy.mdx
(2 hunks)
🔇 Additional comments (1)
docs/self-hosting/more/tenancy.mdx (1)
9-9
: Correct Environment Variable Update
The variable name has been updated toSOURCEBOT_TENANCY_MODE
, which accurately reflects the intended configuration for enabling multi-tenancy mode in Sourcebot. This change aligns perfectly with the PR objectives.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Tenancy mode is set via SOURCEBOT_TENANCY_MODE, not SOURCEBOT_AUTH_ENABLED
Tenancy mode is set via SOURCEBOT_TENANCY_MODE, not SOURCEBOT_AUTH_ENABLED
Summary by CodeRabbit
SOURCEBOT_AUTH_ENABLED
toSOURCEBOT_TENANCY_MODE
, so please update your configuration accordingly for proper functionality.