luceos Yes, it exists.
<?php return array (
'debug' => false,
'database' =>
array (
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'new',
'username' => 'root',
'password' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '_fla_',
'port' => '3306',
'strict' => false,
),
'url' => 'http://localhost',
'paths' =>
array (
'api' => 'api',
'admin' => 'admin',
),
);