mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
458 B
15 lines
458 B
<?xml version="1.0" encoding="utf-8"?> |
|
<configuration> |
|
<appSettings> |
|
<add key="environment" value="staging" /> |
|
<add key="timeoutSeconds" value="30" /> |
|
</appSettings> |
|
<connectionStrings> |
|
<add name="default" |
|
connectionString="Data Source=.;Initial Catalog=Demo;Integrated Security=True" |
|
providerName="System.Data.SqlClient" /> |
|
</connectionStrings> |
|
<runtime> |
|
<gcServer enabled="true" /> |
|
</runtime> |
|
</configuration>
|
|
|