<?php


return[
    "db"=>[
        'host' => 'localhost',
        'dbname' => 'mysqlteste',
        'username' => 'root',
        'password' => 'root',
        'charset' => 'utf8'
    ]
    
];
   /*

$con = [
    "db"=>[
        'host' => 'localhost',
        'dbname' => 'mysqlteste',
        'username' => 'root',
        'password' => 'root',
        'charset' => 'utf8'
    ]
    
];
*/


  
