summaryrefslogtreecommitdiff
path: root/qpid/dotnet/client-010/addins
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-09-25 13:00:34 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-09-25 13:00:34 +0000
commitf8eca1f86220e065a5d56eff484ef5726a226f8f (patch)
treeed6fac06fde6628611c3ac37834d669803c1fd3a /qpid/dotnet/client-010/addins
parentad00cfe7646e4fa519b90e6874d68e3ae012db99 (diff)
downloadqpid-python-f8eca1f86220e065a5d56eff484ef5726a226f8f.tar.gz
QPID-1293: Added missing config file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@698953 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/dotnet/client-010/addins')
-rw-r--r--qpid/dotnet/client-010/addins/ExcelAddIn/Excel.exe.config10
1 files changed, 10 insertions, 0 deletions
diff --git a/qpid/dotnet/client-010/addins/ExcelAddIn/Excel.exe.config b/qpid/dotnet/client-010/addins/ExcelAddIn/Excel.exe.config
new file mode 100644
index 0000000000..0a49da465f
--- /dev/null
+++ b/qpid/dotnet/client-010/addins/ExcelAddIn/Excel.exe.config
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+ <appSettings>
+ <add key="Host" value="localhost" />
+ <add key="Port" value="5672" />
+ <add key="VirtualHost" value="test" />
+ <add key="UserName" value="guest" />
+ <add key="Password" value="guest" />
+ </appSettings>
+</configuration> \ No newline at end of file