<?php
// ─── Savuki Drilling — Database Configuration ─────────────────────────────
// Copy this file and fill in your actual credentials.
// Never commit real credentials to version control.

return [
    'host'    => 'ewg.dedicated.co.za',
    'db'      => 'elegaysv_savuki',   // your database name
    'user'    => 'elegaysv_Code2',              // your db username
    'pass'    => 'EWG2Cod!@#',                  // your db password
    'charset' => 'utf8mb4',
];
