how to change domain point

My admin panel point another domain name. is there any way i can change?

Hi!

Please change the domain name in the config.local.php file, in the following lines:

// Host and directory where software is installed on no-secure server
$config['http_host'] = 'example.com';
$config['http_path'] = '/path/to/installation';

// Host and directory where software is installed on secure server
$config['https_host'] = 'example.com';
$config['https_path'] = '/path/to/installation';