satellite/payments: Change customer pricing (#4085)

Co-authored-by: littleskunk <jens.heimbuerge@googlemail.com>
Co-authored-by: JT Olio <hello@jtolio.com>
Co-authored-by: Igor <38665104+ihaid@users.noreply.github.com>
This commit is contained in:
Brandon Iglesias 2021-04-14 14:14:58 -04:00 committed by GitHub
parent e710524257
commit 32d76652c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,8 @@ import (
type Config struct {
Provider string `help:"payments provider to use" default:""`
StripeCoinPayments stripecoinpayments.Config
StorageTBPrice string `help:"price user should pay for storing TB per month" default:"10"`
EgressTBPrice string `help:"price user should pay for each TB of egress" default:"45"`
StorageTBPrice string `help:"price user should pay for storing TB per month" default:"4"`
EgressTBPrice string `help:"price user should pay for each TB of egress" default:"7"`
ObjectPrice string `help:"price user should pay for each object stored in network per month" default:"0.0000022"`
BonusRate int64 `help:"amount of percents that user will earn as bonus credits by depositing in STORJ tokens" default:"10"`
CouponValue int64 `help:"coupon value in cents" default:"1000"`

View File

@ -527,7 +527,7 @@ identity.key-path: /root/.local/share/storj/identity/satellite/identity.key
# payments.coupon-value: 1000
# price user should pay for each TB of egress
# payments.egress-tb-price: "45"
# payments.egress-tb-price: "7"
# minimum value of coin payments in cents before coupon is applied
# payments.min-coin-payment: 1000
@ -554,7 +554,7 @@ identity.key-path: /root/.local/share/storj/identity/satellite/identity.key
# payments.provider: ""
# price user should pay for storing TB per month
# payments.storage-tb-price: "10"
# payments.storage-tb-price: "4"
# amount of time we wait before running next account balance update loop
# payments.stripe-coin-payments.account-balance-update-interval: 2m0s