12 lines
442 B
XML
12 lines
442 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<connectionStrings>
|
|
<add name="FluentCon" connectionString="Server=frodo;Initial Catalog=Pets;User ID=sa;Password=123456" />
|
|
</connectionStrings>
|
|
<appSettings>
|
|
<add key ="Location" value ="Office"/>
|
|
<add key ="Factory" value ="SqlServer"/>
|
|
<add key ="LogConnection" value ="connection"/>
|
|
<add key ="LogLevel" value ="Warn"/>
|
|
</appSettings>
|
|
</configuration> |