feat: revenue cat
This commit is contained in:
+7
-1
@@ -1,7 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'trial_days' => (int) env('BILLING_TRIAL_DAYS', 7),
|
||||
'revenuecat' => [
|
||||
'api_url' => env('REVENUECAT_API_URL', 'https://api.revenuecat.com/v1'),
|
||||
'secret_key' => env('REVENUECAT_SECRET_KEY'),
|
||||
'webhook_authorization' => env('REVENUECAT_WEBHOOK_AUTHORIZATION'),
|
||||
'subscription_entitlement' => env('REVENUECAT_SUBSCRIPTION_ENTITLEMENT', 'bowli Pro'),
|
||||
'certification_entitlement' => env('REVENUECAT_CERTIFICATION_ENTITLEMENT', 'certification'),
|
||||
],
|
||||
|
||||
'identity_verification' => [
|
||||
'disk' => 'identity_documents',
|
||||
|
||||
Reference in New Issue
Block a user