From d8b9c1327abd32b89186740d5f78e19f0c00188c Mon Sep 17 00:00:00 2001 From: mqus <8398165+mqus@users.noreply.github.com> Date: Tue, 26 Mar 2019 19:16:45 +0100 Subject: [PATCH] fix: change default port to 8000 --- Building-binary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-binary.md b/Building-binary.md index 3d20fdd..65fa0e0 100644 --- a/Building-binary.md +++ b/Building-binary.md @@ -13,7 +13,7 @@ cargo run --release cargo build --release ``` -When run, the server is accessible in [http://localhost:80](http://localhost:80). +When run, the server is accessible in [http://localhost:8000](http://localhost:8000). ### Install the web-vault A compiled version of the web vault can be downloaded from [dani-garcia/bw_web_builds](https://github.com/dani-garcia/bw_web_builds/releases).