File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ export const ANNOUNCEMENTS_ENDPOINT = 'https://announcements.stacktape-dev.com';
77export const SENTRY_DSN = 'https://[email protected] /2119088' ; 88export 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' ;
1211export const INSTALL_SCRIPTS_BUCKET_NAME =
1312 process . env . INSTALL_SCRIPTS_BUCKET_NAME || 'internal-services-production-installscriptsbucket-eb6fca19' ;
1413export const INSTALL_SCRIPTS_PREVIEW_BUCKET_NAME =
You can’t perform that action at this time.
0 commit comments