File: /mnt/data/ghayatcom/ghayatcom-api/config/custom.php
<?php
return [
'timezone' => [
251 => 'Asia/Kolkata',
],
'default' => [
'lab_tax' => 20,
'password' => 'Gh@12345',
],
'appointment_status' =>[
1=>'new',
2=>'accepted',
3=>'completed',
4=>'refund',
5=>'refund_approved',
6=>'cancelled',
7=>'expired',
],
'contact_us_email' => '[email protected]',
'vonage_application_id' => '70e7c89a-4267-4a0b-9684-3354a90dae80', //46920bde-7ac2-4994-8b71-f00051d4a9e4
'login_link' => env('LOGIN_LINK', 'https://ghayatcom.sa/'),
'email_link' => env('EMAIL_LINK', 'https://ghayatcom.sa/en'),
];