Skip to content

Commit ed945d2

Browse files
Change the tenancy mode to default to single
1 parent 85166af commit ed945d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/env.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const env = createEnv({
4343
SOURCEBOT_TELEMETRY_DISABLED: booleanSchema.default('false'),
4444
DATABASE_URL: z.string().url(),
4545

46-
SOURCEBOT_TENANCY_MODE: tenancyModeSchema.default("multi"),
46+
SOURCEBOT_TENANCY_MODE: tenancyModeSchema.default("single"),
4747
SOURCEBOT_AUTH_ENABLED: booleanSchema.default('true'),
4848
},
4949
// @NOTE: Make sure you destructure all client variables in the

0 commit comments

Comments
 (0)