Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 0ce72b8

Browse files
authored
Merge pull request #861 from appirio-tech/master
Master
2 parents 279f16a + 8561df7 commit 0ce72b8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/submissions/submissions.module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import angular from 'angular'
1515
angular.module('tc.submissions', dependencies)
1616
.config(['filepickerProvider', 'CONSTANTS',
1717
function (filepickerProvider, CONSTANTS) {
18-
filepickerProvider.setKey(CONSTANTS.FILE_PICKER_API_KEY || 'AzFINuQoqTmqw0QEoaw9az')
18+
filepickerProvider.setKey(CONSTANTS.FILE_PICKER_API_KEY)
1919
}
2020
])
2121

app/topcoder.constants.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ angular.module('CONSTANTS', []).constant('CONSTANTS', {
2121
'SWIFT_PROGRAM_URL' : process.env.SWIFT_PROGRAM_URL,
2222
'TCO16_URL' : process.env.TCO16_URL,
2323
'ACCOUNTS_APP_URL' : process.env.ACCOUNTS_APP_URL,
24+
'FILE_PICKER_API_KEY' : process.env.FILE_PICKER_API_KEY,
25+
'FILE_PICKER_SUBMISSION_CONTAINER_NAME': process.env.FILE_PICKER_SUBMISSION_CONTAINER_NAME,
2426

2527
'NEW_CHALLENGES_URL' : 'https://www.topcoder.com/challenges/develop/upcoming/',
2628
'SWIFT_PROGRAM_ID' : 3445,

0 commit comments

Comments
 (0)