Skip to content

Instantly share code, notes, and snippets.

@jaysonrowe
Created September 18, 2012 01:21
Show Gist options
  • Save jaysonrowe/3740729 to your computer and use it in GitHub Desktop.
Save jaysonrowe/3740729 to your computer and use it in GitHub Desktop.
App.config
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="dbpath" value="c:\temp\databases\"/>
<add key="sqlserver" value="."/>
<add key="watcherpath" value="c:\temp\testing\"/>
<add key ="log" value="c:\temp\log\log.txt"/>
</appSettings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment