stripe build fix
Build & Push / Pipeline Tests (push) Successful in 1m49s
Test / Type Check (all packages) (push) Successful in 53s
Build & Push / Build & Push Docker Image (push) Failing after 33s
Test / API Unit Tests (push) Successful in 1m9s
Test / Homepage Unit Tests (push) Successful in 50s
Test / Carplace Unit Tests (push) Successful in 44s
Test / Admin Unit Tests (push) Successful in 43s
Test / Dashboard Unit Tests (push) Successful in 47s
Test / API Integration Tests (push) Successful in 1m8s

This commit is contained in:
root
2026-07-29 18:46:14 -04:00
parent 86531c5cb0
commit d6fcb52941
5 changed files with 24 additions and 14 deletions
+2
View File
@@ -90,6 +90,8 @@ MAIL_REPLY_TO_NAME=RentalDriveGo
# STRIPE_API_KEY must be a live Stripe secret/restricted key (sk_live_ or rk_live_).
# STRIPE_WEBHOOK_SECRET must be a Stripe webhook signing secret (whsec_).
# Gitea deploys can override these from STRIPE_API_KEY and STRIPE_WEBHOOK_SECRET secrets.
# Set STRIPE_BILLING_REQUIRED=false only when deploying before Stripe billing is ready.
STRIPE_BILLING_REQUIRED=true
STRIPE_API_KEY=placeholder
STRIPE_WEBHOOK_SECRET=placeholder