Initial Commit
This commit is contained in:
15
TomcatServer/PlutoServer.MSL/app.config
Normal file
15
TomcatServer/PlutoServer.MSL/app.config
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user