diff options
Diffstat (limited to 'src/app/Cmpp298.Assignment3.Desktop.UI/App.config')
| -rw-r--r-- | src/app/Cmpp298.Assignment3.Desktop.UI/App.config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/app/Cmpp298.Assignment3.Desktop.UI/App.config b/src/app/Cmpp298.Assignment3.Desktop.UI/App.config new file mode 100644 index 0000000..9f94d59 --- /dev/null +++ b/src/app/Cmpp298.Assignment3.Desktop.UI/App.config @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+ <connectionStrings>
+ <add name="PayablesConnection"
+ connectionString="data source=(local);Integrated Security=SSPI;Initial Catalog=Payables;"
+ providerName="System.Data.SqlClient" />
+ </connectionStrings>
+</configuration>
\ No newline at end of file |
