2010-03-02 17:56:21 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<connectionStrings>
|
2011-01-06 07:17:00 +00:00
|
|
|
<add name="connection" connectionString="Server=.;Initial Catalog=PeithoPOS;User ID=sa;Password=123456" />
|
2010-03-02 17:56:21 +00:00
|
|
|
</connectionStrings>
|
|
|
|
<appSettings>
|
|
|
|
<add key ="Factory" value ="SqlServer"/>
|
|
|
|
<add key ="LogConnection" value ="connection"/>
|
|
|
|
<add key ="LogLevel" value ="Warn"/>
|
|
|
|
</appSettings>
|
|
|
|
</configuration>
|