Reconfigure for GIT
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="Modules" value="" />
|
||||
<add key="NewVersionServer" value="" />
|
||||
<add key="EnableDiagnosticActions" value="False" />
|
||||
<add key="Languages" value="en;hu" />
|
||||
<add key="XPOProvider" value="Microdoft SQL Server" />
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="ConnectionString" connectionString="Integrated Security=SSPI;Pooling=false;Data Source=SISNBOOK7\SIS;Initial Catalog=FETOOLS" />
|
||||
</connectionStrings>
|
||||
<system.diagnostics>
|
||||
<switches>
|
||||
<!-- Use the one of predefined values: 0-Off, 1-Errors, 2-Warnings, 3-Info, 4-Verbose. The default value is 3. -->
|
||||
<add name="eXpressAppFramework" value="3" />
|
||||
<!--
|
||||
<add name="XPO" value="3" />
|
||||
-->
|
||||
</switches>
|
||||
</system.diagnostics>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
||||
</startup>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user