Updated 99. FAQ (Frequently Asked Questions) (markdown)

Cesar De la Torre 2017-08-23 10:50:18 -07:00
parent 6ca5ca9c4b
commit 0573e0784b

@ -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. 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 ## 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." ### 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."