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/twilio.php
<?php

return [
    'twilio_sid' => env('TWILIO_SID', 'AC6f54bdfed8b56eba4ebca05526aa6bae'),
    'twilio_auth_token' => env('TWILIO_AUTH_TOKEN', 'a04f44e93e6ce93985ea14f92159d9c6'),
    'twilio_verify_sid' => env('TWILIO_VERIFY_SID', 'VA17d556b74b0e96fff67d567254c20514'),
    'twilio_number' => env('TWILIO_NUMBER', '+18106313838'),
    'twilio_status' => env('TWILIO_STATUS','enabled')
];