mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
Set correct variable name in docs (#257)
Tenancy mode is set via SOURCEBOT_TENANCY_MODE, not SOURCEBOT_AUTH_ENABLED
This commit is contained in:
parent
ef5ad15f7e
commit
cbc0c2b521
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ sidebarTitle: Multi tenancy
|
|||
<Warning>If you're switching from single-tenant mode, delete the Sourcebot cache (the `.sourcebot` folder) before starting.</Warning>
|
||||
<Warning>[Authentication](/self-hosting/more/authentication) must be enabled to enable multi tenancy mode</Warning>
|
||||
Multi tenancy allows your Sourcebot deployment to have **multiple organizations**, each with their own set of members and repos. To enable multi tenancy mode, define an environment variable
|
||||
named `SOURCEBOT_AUTH_ENABLED` and set its value to `multi`. When multi tenancy mode is enabled:
|
||||
named `SOURCEBOT_TENANCY_MODE` and set its value to `multi`. When multi tenancy mode is enabled:
|
||||
|
||||
- Any members or repos that are configured in an organization are isolated to that organization
|
||||
- Members must be invited to an organization to gain access
|
||||
|
|
@ -24,4 +24,4 @@ the organization will be the Owner.
|
|||
|
||||
To switch between organizations, press the drop down on the top left of the navigation menu. This also provides an option to create a new organization:
|
||||
|
||||

|
||||

|
||||
|
|
|
|||
Loading…
Reference in a new issue