From 897640896d87bd81b7a2460c9b610590cc82f8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Tom=C3=A0s?= Date: Wed, 6 Sep 2017 07:21:11 +0200 Subject: [PATCH] Updated 08. Setting up and Deploying eShopOnContainers to Windows Containers (markdown) --- ...-up-and-Deploying-eShopOnContainers-to-Windows-Containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08.-Setting-up-and-Deploying-eShopOnContainers-to-Windows-Containers.md b/08.-Setting-up-and-Deploying-eShopOnContainers-to-Windows-Containers.md index 908e6dc..599416c 100644 --- a/08.-Setting-up-and-Deploying-eShopOnContainers-to-Windows-Containers.md +++ b/08.-Setting-up-and-Deploying-eShopOnContainers-to-Windows-Containers.md @@ -60,7 +60,7 @@ If you use `start-windows-containers.ps1` script to launch the containers or inc We support any user/password needed using the environment variables `ESHOP_SERVICE_BUS_USERNAME` and `ESHOP_SERVICE_BUS_PASSWORD`. These variables are used to set a username and password when connecting to RabbitMQ. So: -* In Linux these variables can be unset (or empty) +* In Linux these variables should be unset (or empty) **unless you're using any external RabbitMQ that requires any specific login/password** * In Windows these variables should be set To set this variables you have two options