Also, the last patch seems to have required the server_url attribute in section [sdnc]
to be avaiable. This is why instead of 'removing', I'm replacing the unused/unwanted URL
Issue-ID: OPTFRA-699
Signed-off-by: Ikramullah, Ikram <ikram@research.att.com>
Change-Id: I2365439ae013b7b4331741cd26b66e9b59f4d864
 #table_prefix = sdnc
 
 # Base URL for SDN-C, up to and including the version. (string value)
-#server_url = https://controller:8443/restconf/
-server_url = https://sdncodl-conexus-e2e.ecomp.cci.att.com:8543/restconf/
+server_url = https://controller:8443/restconf/
 
 # Basic Authentication Username (string value)
 #username = <None>
 # Retry Numbers for SDNC Rest Call (string value)
 #sdnc_retries = 3
 
-
 [service_controller]
 
 #