From 63052f5d384651112adf554e9f154bb3e459f85a Mon Sep 17 00:00:00 2001 From: Jean-Louis GUENEGO Date: Mon, 20 Apr 2020 12:34:24 +0200 Subject: [PATCH] doc --- doc/use-case/production-windows.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/use-case/production-windows.md b/doc/use-case/production-windows.md index 7f9c2168..7855e3e3 100644 --- a/doc/use-case/production-windows.md +++ b/doc/use-case/production-windows.md @@ -34,6 +34,8 @@ For this example, let say that all host have a name: ## Configuring server-host +Connect with `erp@jlg.local` user account. + ``` mkdir myserver cd myserver @@ -62,7 +64,7 @@ app.listen(3000, () => ); ``` -You need to be connected as a Window Domain user. +You need to be connected as the Window Domain user `erp@jlg.local`. Start the server: ```cmd