All checks were successful
sync-to-github / sync (push) Successful in 14s
Reflects the real secret keys now used in traceworks-api-env (ZeptoMail SMTP replaces Resend, PayU credentials, GST seller details) -- no real values, placeholders only. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
21 lines
642 B
YAML
21 lines
642 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: traceworks-api-env
|
|
namespace: traceworks
|
|
type: Opaque
|
|
stringData:
|
|
ZEPTO_SMTP_HOST: smtp.zeptomail.in
|
|
ZEPTO_SMTP_PORT: "587"
|
|
ZEPTO_SMTP_USER: emailapikey
|
|
ZEPTO_SMTP_PASS: replace_me
|
|
EMAIL_FROM: Traceworks <support@traceworks.in>
|
|
EMAIL_TO: ashwin@traceworks.in
|
|
PAYU_MERCHANT_KEY: replace_me
|
|
PAYU_MERCHANT_SALT: replace_me
|
|
PAYU_MODE: live
|
|
API_BASE_URL: https://learn.traceworks.in
|
|
FRONTEND_URL: https://learn.traceworks.in
|
|
SELLER_GSTIN: replace_me
|
|
SELLER_NAME: Traceworks Technologies LLP
|
|
SELLER_ADDRESS: Plot no 1547, 13th Main Road, Anna Nagar West, Chennai - 600040
|