11 lines
194 B
PHP
11 lines
194 B
PHP
<?php
|
|
|
|
return [
|
|
'trial_days' => (int) env('BILLING_TRIAL_DAYS', 7),
|
|
|
|
'identity_verification' => [
|
|
'disk' => 'identity_documents',
|
|
'temporary_url_minutes' => 5,
|
|
],
|
|
];
|