feat: Stripe secret updates
Some checks failed
Deploy to Staging / Build Images (pull_request) Successful in 2m43s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 28s
Deploy to Staging / Verify Staging (pull_request) Failing after 6s
Deploy to Staging / Notify Staging Ready (pull_request) Has been skipped
Deploy to Staging / Notify Staging Failure (pull_request) Successful in 7s
Some checks failed
Deploy to Staging / Build Images (pull_request) Successful in 2m43s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 28s
Deploy to Staging / Verify Staging (pull_request) Failing after 6s
Deploy to Staging / Notify Staging Ready (pull_request) Has been skipped
Deploy to Staging / Notify Staging Failure (pull_request) Successful in 7s
This commit is contained in:
0
.claude/skills/planner/POST
Normal file
0
.claude/skills/planner/POST
Normal file
0
.claude/skills/planner/SubscriptionPage
Normal file
0
.claude/skills/planner/SubscriptionPage
Normal file
0
.claude/skills/planner/sync
Normal file
0
.claude/skills/planner/sync
Normal file
@@ -104,6 +104,11 @@ services:
|
||||
# Service references
|
||||
DATABASE_HOST: mvp-postgres
|
||||
REDIS_HOST: mvp-redis
|
||||
#Stripe Variables
|
||||
STRIPE_PRO_MONTHLY_PRICE_ID: prod_Toj6BG9Z9JwREl
|
||||
STRIPE_PRO_YEARLY_PRICE_ID: prod_Toj8oo0RpVBQmB
|
||||
STRIPE_ENTERPRISE_MONTHLY_PRICE_ID: prod_Toj8xGEui9jl6j
|
||||
STRIPE_ENTERPRISE_YEARLY_PRICE_ID: prod_Toj9A7A773xrdn
|
||||
volumes:
|
||||
# Configuration files (K8s ConfigMap equivalent)
|
||||
- ./config/app/production.yml:/app/config/production.yml:ro
|
||||
|
||||
1
secrets/app/stripe-secret-key.txt.example
Normal file
1
secrets/app/stripe-secret-key.txt.example
Normal file
@@ -0,0 +1 @@
|
||||
stripe-secret-key
|
||||
1
secrets/app/stripe-webhook-secret.txt.example
Normal file
1
secrets/app/stripe-webhook-secret.txt.example
Normal file
@@ -0,0 +1 @@
|
||||
stripe-webhook-secret
|
||||
Reference in New Issue
Block a user