We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce9cc6 commit c3a5795Copy full SHA for c3a5795
1 file changed
packages/backend/src/constants.ts
@@ -17,11 +17,3 @@ export const DEFAULT_SETTINGS: Settings = {
17
repoIndexTimeoutMs: 1000 * 60 * 60 * 2, // 2 hours
18
enablePublicAccess: false,
19
}
20
-
21
-// NOTE: changing SOURCEBOT_GUEST_USER_ID may break backwards compatibility since this value is used
22
-// to detect old guest users in the DB. If you change this value ensure it doesn't break upgrade flows
23
-export const SOURCEBOT_GUEST_USER_ID = '1';
24
-export const SOURCEBOT_GUEST_USER_EMAIL = 'guest@sourcebot.dev';
25
-export const SINGLE_TENANT_ORG_ID = 1;
26
-export const SINGLE_TENANT_ORG_DOMAIN = '~';
27
-export const SINGLE_TENANT_ORG_NAME = 'default';
0 commit comments