feat: Accept Payments - Stripe Integration with User Tiers (#55) #56
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
|
# Service references
|
||||||
DATABASE_HOST: mvp-postgres
|
DATABASE_HOST: mvp-postgres
|
||||||
REDIS_HOST: mvp-redis
|
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:
|
volumes:
|
||||||
# Configuration files (K8s ConfigMap equivalent)
|
# Configuration files (K8s ConfigMap equivalent)
|
||||||
- ./config/app/production.yml:/app/config/production.yml:ro
|
- ./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