<?php return array (
'debug' => true,
'database' =>
array (
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'REMOVED',
'username' => 'REMOVED',
'password' => 'REMOVED',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => 'flares',
'strict' => false,
),
'url' => 'http://lyrical.me/flarum',
'paths' =>
array (
'api' => 'api',
'admin' => 'admin',
),
);
ps - thank you