Current File : /var/www/maausk-app/config.php
<?php
// public/config.php
return [
    'db' => [
        'host'    => 'localhost',
        'name'    => 'pharmacius_app',
        'user'    => 'pharmacius',
        'pass'    => 'Pass_Segura_2025!',
        'charset' => 'utf8mb4',
    ],
];