HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1017-azure #17~24.04.1-Ubuntu SMP Mon Dec 1 20:10:50 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
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'),
];