Skip to content

Commit 37acb3d

Browse files
committed
Config change - KLS fileupload takeover
- This allows fileupload feature to send data to KLS API - At this time, no other team is using this feature, so we will claim it - This is temporary and will be removed (hence seperate commit to track the change) - KLS promise to remove this or will implement a config based version at a later date
1 parent ab80d49 commit 37acb3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runner/config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ module.exports = {
109109
// If both the api env and node env are set to "production", the pay return url will need to be secure.
110110
// This is not the case if either are set to "test", or if the node env is set to "development"
111111
// payReturnUrl: "http://localhost:3009"
112-
// documentUploadApiUrl: "",
112+
documentUploadApiUrl: "${KLSUploadAPILink}",
113113
// ordnanceSurveyKey: "", // deprecated - this API is deprecated
114114
// browserRefreshUrl: "", // deprecated - idk what this does
115115

0 commit comments

Comments
 (0)