Files
MyMcKesson/TomcatServer/Target/Debug/MLServer.config
2016-07-27 00:32:34 -04:00

12 lines
578 B
Plaintext

<appSettings>
<add key="Url" value=""/>
<add key="Port" value="1945" />
<add key="RegistrySubKey" value="Software\\MSLMobile" />
<add key="RegistryKeyValue" value="MSLMobile_Host_Guid" />
<add key="RegistryInternalIPKeyValue" value="MSLMobile_Internal_IP" />
<add key="RegistryExternalIPKeyValue" value="MSLMobile_External_IP" />
<add key="RegistryExternalPortKeyValue" value="MSLMobile_External_Port" />
<add key="mslMinPort" value="2000"/>
<add key="mslMaxPort" value="2100"/>
<add key="mappingDescription" value="MSL Mobile"/>
</appSettings>