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.
10 lines
586 B
XML
10 lines
586 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<appSettings>
|
|
|
|
<add key="connectionString" value="Persist Security Info=False;server=localhost;database=websafety;uid=usrsafety;pwd=123qwe;" />
|
|
<add key="connectionStringSQL" value="Server=DESENVOLVIMENTO\SQL2014;Database=GCI;User Id=sa;Password=123qwe;" />
|
|
<add key="connectionStringLaundry" value="Persist Security Info=False;server=localhost;database=safetyrally_gcm;uid=usrsafety;pwd=123qwe;" />
|
|
<add key="URL" value="http://localhost/safetyrally_gcm/auxiliar.php" />
|
|
</appSettings>
|
|
</configuration> |