Skip to content

Commit d910ad2

Browse files
Change the tenancy mode to default to single
1 parent 23f2377 commit d910ad2

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
@@ -38,7 +38,7 @@ export const env = createEnv({
3838
SOURCEBOT_TELEMETRY_DISABLED: booleanSchema.default('false'),
3939
DATABASE_URL: z.string().url(),
4040

41-
SOURCEBOT_TENANCY_MODE: tenancyModeSchema.default("multi"),
41+
SOURCEBOT_TENANCY_MODE: tenancyModeSchema.default("single"),
4242
SOURCEBOT_AUTH_ENABLED: booleanSchema.default('true'),
4343
},
4444
// @NOTE: Make sure you destructure all client variables in the

0 commit comments

Comments
 (0)