Skip to content

Commit c3a5795

Browse files
remove unused constants
1 parent 0ce9cc6 commit c3a5795

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

packages/backend/src/constants.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,3 @@ export const DEFAULT_SETTINGS: Settings = {
1717
repoIndexTimeoutMs: 1000 * 60 * 60 * 2, // 2 hours
1818
enablePublicAccess: false,
1919
}
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

Comments
 (0)