Skip to content

Commit c86b547

Browse files
authored
feat: add programmatically accessible download feed MONGOSH-1242 (#1562)
1 parent 4bd4ba5 commit c86b547

File tree

12 files changed

+15973
-37
lines changed

12 files changed

+15973
-37
lines changed

config/build.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ module.exports = {
9393
evgAwsSecret: process.env.AWS_SECRET,
9494
downloadCenterAwsKey: process.env.DOWNLOAD_CENTER_AWS_KEY,
9595
downloadCenterAwsSecret: process.env.DOWNLOAD_CENTER_AWS_SECRET,
96+
injectedJsonFeedFile: path.join(ROOT, 'config', 'mongosh-versions.json'),
9697
githubToken: process.env.GITHUB_TOKEN,
9798
segmentKey: process.env.SEGMENT_API_KEY,
9899
isCi: process.env.IS_CI === 'true',

0 commit comments

Comments
 (0)