WordPress address url option missing under general setting

You have the following in your wp-config.php…remove them and you will see the options in the admin.

define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');

tech