Sure, It was these two.
define(‘WP_SITEURL’, ‘https://’.$_SERVER[‘HTTP_HOST’]);
define(‘WP_HOME’, ‘https://’.$_SERVER[‘HTTP_HOST’]);
That is the way they should look. After the “duplication” these contained the IP address and also the variable. So, this created the duplicate IP shown in the post above.
I believe this is what it looked like before correction:
define(‘WP_SITEURL’, ‘https://192.168.15.17’.$_SERVER[‘HTTP_HOST’]);