
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
return [
  'app_name' => 'LeadCRM',
  'base_url' => '', // e.g. '' for root, or '/leadcrm/public' if hosted in subfolder
  'db' => [
    'dsn' => 'mysql:host=127.0.0.1;dbname=balubaid_hondacrm;charset=utf8mb4',
    'user' => 'balubaid_hondacrm',
    'pass' => 'Vision@2050',
  ],
  // Use this to normalize Saudi numbers. Keep it simple for MVP.
  'default_country_code' => '+966',
  'session_name' => 'leadcrm_session',
];
