site_url wp-config.php code example
Example: wp-config change url wp-config
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');