-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpayment.ini.example
More file actions
23 lines (20 loc) · 897 Bytes
/
Copy pathpayment.ini.example
File metadata and controls
23 lines (20 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
; Payment and authorization placeholder checklist.
; The Next.js runtime reads deployment environment variables, not this file.
; Copy these names into .env.local, Vercel, or your secret manager.
[launch]
MOTIONCODE_LAUNCH_PHASE = beta
MOTIONCODE_ENABLE_PAID_CHECKOUT = false
MOTIONCODE_ENABLE_RAZORPAY_TEST_CHECKOUT = false
MOTIONCODE_ENABLE_OPENAI_ANALYSIS = false
NEXT_PUBLIC_SITE_URL = http://localhost:3000
[supabase_auth]
NEXT_PUBLIC_SUPABASE_URL = https://your-project-ref.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY = your_supabase_anon_key
SUPABASE_SERVICE_ROLE_KEY = your_supabase_service_role_key
[razorpay]
RAZORPAY_KEY_ID = rzp_test_your_key_id
RAZORPAY_KEY_SECRET = your_razorpay_key_secret
RAZORPAY_WEBHOOK_SECRET = your_razorpay_webhook_secret
RAZORPAY_PRO_PLAN_ID = plan_your_pro_plan_id
RAZORPAY_STUDIO_PLAN_ID = plan_your_studio_plan_id
RAZORPAY_SUBSCRIPTION_TOTAL_COUNT = 120