Pollux The content of my config.php is:
<?php return array (
'debug' => false,
'database' =>
array (
'driver' => 'mysql',
'host' => 'localhost',
'database' => 'flarum',
'username' => 'my-username',
'password' => 'my-password',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'port' => '3306',
'strict' => false,
),
'url' => 'http://192.168.2.6',
'paths' =>
array (
'api' => 'api',
'admin' => 'admin',
),
);