Skip to content

Instantly share code, notes, and snippets.

@gusztavvargadr
Last active June 26, 2017 12:22
Show Gist options
  • Save gusztavvargadr/c0a94a85ff76481f99fdae6649a23421 to your computer and use it in GitHub Desktop.
Save gusztavvargadr/c0a94a85ff76481f99fdae6649a23421 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="Host" value="http://localhost" />
<add key="Connection:TimesOutIn" value="00:01:00" />
<add key="Connection:RetryCount" value="5" />
</appSettings>
<connectionStrings>
<add name="DefaultConnection" connectionString="DefaultConnection-ConnectionString" providerName="DefaultConnection-ProviderName" />
</connectionStrings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment