16 lines
801 B
XML
16 lines
801 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v2.0.50727"/>
|
|
</startup>
|
|
<appSettings>
|
|
<add key="REGISTRATION_HOST_N_PORT_URL" value="http://ppsmobile.mckesson.com/mobile1/REGURL.htm" />
|
|
<add key="REGISTRATION_HOST_URL" value="ppsmobile.mckesson.com" />
|
|
<add key="REGISTRATION_CHANNEL_PORT" value="443" />
|
|
<add key="CHECK_VERSION_URL" value="http://ppsmobile.mckesson.com/mobile1/PUBLISH.htm" />
|
|
<add key="DOWNLOAD_SETUP_URL" value="http://ppsmobile.mckesson.com/mobile1/Setup.exe" />
|
|
<add key="DOWNLOAD_MINISETUP_URL" value="http://ppsmobile.mckesson.com/mobile1/SetupMini.exe" />
|
|
<add key="DETERMINE_EXTERNAL_IP_ADDRESS_URL" value="http://ppsmobile.mckesson.com/GetIP/default.aspx" />
|
|
</appSettings>
|
|
</configuration>
|