<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<appSettings>
		<!-- FleetWatch URL -->
		<add key="WcfServiceAddress" value="https://fleetwatchtestwpf-eu.fleetatlas.eu/" />
		<!-- ContentManager URL -->
		<add key="ContentManagerAddress" value="https://contentmanager-eu.fleetatlas.eu/" />
		<!-- Specifies how many services are available on the server side (client will iterate between them) -->
		<add key="Services" value="2" />
		<!-- if true, client uses _update services - can be used to switch between update and non-update services for deploying updates without downtimes -->
		<add key="Update" value="true" />
	</appSettings>
</configuration>
