From 0573e0784ba03282a81e2b421d3088d0cb5aebee Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Wed, 23 Aug 2017 10:50:18 -0700 Subject: [PATCH] Updated 99. FAQ (Frequently Asked Questions) (markdown) --- 99.-FAQ-(Frequently-Asked-Questions).md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/99.-FAQ-(Frequently-Asked-Questions).md b/99.-FAQ-(Frequently-Asked-Questions).md index 74b184e..a3f8763 100644 --- a/99.-FAQ-(Frequently-Asked-Questions).md +++ b/99.-FAQ-(Frequently-Asked-Questions).md @@ -21,6 +21,15 @@ Glad to hear it! We are open to PRs, just keep in mind three (little) things: Yes. For Linux the CLI is supported. For Mac we support both CLI and Visual Studio for Mac. Feel free to report any issue you found using Mac or Linux. +### How can I manage and test the RabbitMQ server running in the container? +You need to connect to the port 15672 like: +http://127.0.0.1:15672/ + +And using these credentials: +user:guest +pwd:guest + + ## Bugs or warnings found when compiling the project ### When I run the project (using Visual Studio 2017 or the CLI) I see one or more warnings like "The ESHOP_AZURE_XXXX variable is not set. Defaulting to a blank string."