diff options
Diffstat (limited to 'qpid')
-rw-r--r-- | qpid/dotnet/client-010/addins/ExcelAddIn/Excel.exe.config | 10 |
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 |