feat: add SITE_URL_ROOT configuration for payment service

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-17 05:34:51 +08:00
parent 0f97bc7ca9
commit 23dd976d3d
3 changed files with 4 additions and 0 deletions

View File

@ -13,4 +13,5 @@ data:
MONGODB_PORT: {{ .Values.payment.configs.mongodbPort | toString | b64enc }}
MONGODB_URI: {{ .Values.payment.configs.mongodbUri | b64enc | quote }}
STRIPE_API_KEY: {{ .Values.payment.configs.stripeApiKey | b64enc | quote }}
SITE_URL_ROOT: {{ .Values.payment.configs.siteUrlRoot | b64enc | quote }}

View File

@ -37,3 +37,4 @@ payment:
mongodbPort: 27017
mongodbUri: mongodb+srv://freeadmin:0eMV0bt8oyaknA0m@freeleaps2.zmsmpos.mongodb.net/?retryWrites=true&w=majority
stripeApiKey: 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
siteUrlRoot: https://freeleaps.mathmast.com

View File

@ -47,3 +47,5 @@ payment:
mongodbUri: ""
# STRIPE_API_KEY
stripeApiKey: ""
# SITE_URL_ROOT
siteUrlRoot: ""