<!-- 
	This manifest file is placed on repos.simsushare.com to resolve a server ID
	for a client that requests the CTC Server information. For example, our
	main SimsUshare CTC server ID is SUS_CTC. The PHP file catalogmgr.php on
	https://repos.simsushare.com/catalogmgr.php takes the code (via GET) and
	looks it up, then returns an XML value like below. This tells the client
	how to connect to this CTC server. We do this so we can dynamically change
	the CTC server if necessary, whether for disaster recovery, backups, or
	in the future, perhaps load balancing in which we direct different clients
	to different servers based on region, for example.
	
	There can only be one service for upload and one for download. If none
	are present for either or both, the app assumes the main url is used for
	upload and/or download as well.
 -->
 <CTC_SERVER url="ctcdev.simsushare.com" protocol="https" port="8080">
	<service role="upload" url="ctcdev.simsushare.com" protocol="https" />
	<service role="download" url="ctcdev.simsushare.com" protocol="https" />
</CTC_SERVER>