11 lines
403 B
XML
11 lines
403 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<connectionStrings>
|
|
<add name="connection" connectionString="Server=.;Initial Catalog=PeithoSales;User ID=sa;Password=123456" />
|
|
</connectionStrings>
|
|
<appSettings>
|
|
<add key ="Factory" value ="SqlServer"/>
|
|
<add key ="LogConnection" value ="connection"/>
|
|
<add key ="LogLevel" value ="Warn"/>
|
|
</appSettings>
|
|
</configuration> |