Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlguenego committed Apr 20, 2020
1 parent d2b3775 commit 63052f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/use-case/production-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ For this example, let say that all host have a name:

## Configuring server-host

Connect with `[email protected]` user account.

```
mkdir myserver
cd myserver
Expand Down Expand Up @@ -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 `[email protected]`.

Start the server:
```cmd
Expand Down

0 comments on commit 63052f5

Please sign in to comment.