Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@ module.exports = {
// topgear billing accounts
TOPGEAR_BILLING_ACCOUNTS_ID: process.env.TOPGEAR_BILLING_ACCOUNTS_ID
? process.env.TOPGEAR_BILLING_ACCOUNTS_ID.split(",")
.map((billingAccountId) => billingAccountId.trim())
.filter(Boolean)
: [],

// billing accounts that can bypass challenge activation expiry/funds validation
// billing accounts that can bypass challenge activation expiry/funds validation and budget locks
IGNORED_CHALLENGE_ACTIVATION_BILLING_ACCOUNT_IDS: process.env
.IGNORED_CHALLENGE_ACTIVATION_BILLING_ACCOUNT_IDS
? process.env.IGNORED_CHALLENGE_ACTIVATION_BILLING_ACCOUNT_IDS.split(",")
Expand Down
Loading
Loading