Skip to content

Commit 63defb5

Browse files
committed
fix ai docs bucket name
1 parent a510f90 commit 63defb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/config/random.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ export const ANNOUNCEMENTS_ENDPOINT = 'https://announcements.stacktape-dev.com';
77
export const SENTRY_DSN = 'https://[email protected]/2119088';
88
export const SCHEMAS_BUCKET_NAME =
99
process.env.SCHEMAS_BUCKET_NAME || 'internal-services-production-schemasbucket-eb6fca19';
10-
export const AI_DOCS_BUCKET_NAME =
11-
process.env.AI_DOCS_BUCKET_NAME || 'internal-services-production-aidoctsbucket-eb6fca19';
10+
export const AI_DOCS_BUCKET_NAME = process.env.AI_DOCS_BUCKET_NAME || 'console-app-dev-mcpdocsbucket-743a732';
1211
export const INSTALL_SCRIPTS_BUCKET_NAME =
1312
process.env.INSTALL_SCRIPTS_BUCKET_NAME || 'internal-services-production-installscriptsbucket-eb6fca19';
1413
export const INSTALL_SCRIPTS_PREVIEW_BUCKET_NAME =

0 commit comments

Comments
 (0)