Skip to content

Commit

Permalink
Add missing config values
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanIakovlev committed Dec 19, 2024
1 parent 3c54c27 commit 9ed70ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/cdConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ module.exports = {
maxDequeueCount: 5,
attenuation: {
ttl: 3000
}
},
spnAuth: config.get('CRAWLER_HARVESTS_QUEUE_SPN_AUTH'),
account: cd_azblob.account
},
appVersion: config.get('APP_VERSION'),
buildsha: config.get('BUILD_SHA')
Expand Down

0 comments on commit 9ed70ef

Please sign in to comment.