Make kredits amount for zoom calls configurable
defaults to 500 - a general small contribution
This commit is contained in:
parent
d82e2e9256
commit
fb1a471303
@ -8,7 +8,7 @@ module.exports = async function(robot, kredits) {
|
||||
|
||||
const { Contributor, Contribution } = kredits;
|
||||
|
||||
const kreditsContributionAmount = 500;
|
||||
const kreditsContributionAmount = process.env.KREDITS_ZOOM_CONTRIBUTION_AMOUNT || 500;
|
||||
const kreditsContributionKind = 'community';
|
||||
|
||||
const zoomAccessToken = process.env.KREDITS_ZOOM_JWT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user