<?php return [ // Default connection values used for CI and local testing. // In CI, MySQL runs on 127.0.0.1 with database "test" and root user. 'host' => '127.0.0.1', 'dbname' => 'test', 'user' => 'root', 'pass' => '', 'charset' => 'utf8mb4', ];
info at phpclasses dot org