this thing then.
that url is the right one btw.
<?php return array (
'debug' => false,
'poweredByHeader' => true,
'database' =>
array (
'driver' => 'mysql',
'host' => 'localhost',
'port' => 3306,
'database' => 'JEFFLAND',
'username' => 'root',
'password' => '',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'strict' => false,
'engine' => 'InnoDB',
'prefix_indexes' => true,
),
'url' => 'http://localhost/mb/public',
'paths' =>
array (
'api' => 'api',
'admin' => 'admin',
),
);