diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-09-25 13:00:34 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-09-25 13:00:34 +0000 |
| commit | 8fca6bbadd52582a9d0e860a29adb0365c1fb71c (patch) | |
| tree | 949406a3cb57155ed8ba56a645d7a7edb6e2a59f | |
| parent | 48f511ecb4a772f2cf6048f9b5ddbf9a4e3f9587 (diff) | |
| download | qpid-python-8fca6bbadd52582a9d0e860a29adb0365c1fb71c.tar.gz | |
QPID-1293: Added missing config file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@698953 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | dotnet/client-010/addins/ExcelAddIn/Excel.exe.config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dotnet/client-010/addins/ExcelAddIn/Excel.exe.config b/dotnet/client-010/addins/ExcelAddIn/Excel.exe.config new file mode 100644 index 0000000000..0a49da465f --- /dev/null +++ b/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 |
