Hello everyone my website was working fine before changing it's url but after changing it's url and I even changed in config.php file but now it is giving errors so please help me in fixing it. My website is akhand.000webhostapp.com
Here is the code of my config.php file so please tell what is missing and how to fix it.
<?php return array (
'debug' => true,
'database' =>
array (
'driver' => 'mysql',
'host' => 'localhost',
'database' => '*******',
'username' => '****',
'password' => '******',
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => '',
'port' => '3306',
'url' => 'https://akhand.000webhostapp.com',
'paths' =>
array (
'api' => 'api',
'admin' => 'admin'
),
);