Console Open Source Release: 04/21/2022
https://engineering.helium.com/2022/04/21/console-updates-2.2.7.html
Added ability for open source operators to accept stripe payments for DC purchases. See updated template .env file for the environment variables you need to set.
STRIPE_PUBLIC_KEY=[Your stripe public key]
STRIPE_SECRET_KEY=[Your stripe secret key]
STRIPE_MINIMUM_PURCHASE=[Defaults to 10 for $10 (optional)]
DC_COST_MULTIPLIER=[Defaults to 1, set to 2 to double the cost of each dc, 4 to quadruple etc.]