You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
896 B
XML
27 lines
896 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<appSettings>
|
|
<!-- websafety -->
|
|
<add key="service" value="localhost" />
|
|
<add key="db" value="websafety" />
|
|
<add key="dbGCM" value="safetyrally_gcm" />
|
|
<add key="user" value="usrsafety" />
|
|
<add key="pass" value="123qwe" />
|
|
|
|
<!-- GPRS -->
|
|
<add key="srservice" value="desenvolvimento\sqlexpress" />
|
|
<add key="srdb" value="srgprs" />
|
|
<add key="sruser" value="sa" />
|
|
<add key="srpass" value="123qwe" />
|
|
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
|
|
|
<!-- Hora de arranque do P3 -->
|
|
<add key="hourP3" value="6" />
|
|
<add key="minuteP3" value="00" />
|
|
|
|
<add key="kmlPath" value="c:\WebsafetyRotas" />
|
|
|
|
<add key="xmlPath" value="c:\WebsafetyXML" />
|
|
<add key="URL" value="http://localhost/safetyrally_gcm/auxiliar.php" />
|
|
</appSettings>
|
|
</configuration> |