Here is the config.php
<?php return array (
'debug' => true,
'database' =>
array (
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'shapeflarumdb',
'username' => 'modded',
'password' => 'modded',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => 'sf_',
'strict' => false,
),
'url' => 'http://xxx.xxx.xxx.xxx/',
'paths' =>
array (
'api' => 'api',
'admin' => 'admin',
),
);