summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-12-23 23:10:47 +0100
committerColin Reeder <colin@vpzom.click>2020-12-23 15:13:52 -0700
commitbc67c39de2a2dcaf3880dffa9d9ee6d29c545caa (patch)
treefeab0df626009a1589e37768df24e231660e290a
parentec9a80efb3340d4254c460526cd698baa9a92314 (diff)
Add example for BACKEND_HOST variable
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--doc/INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index 12ecd16..88bc29e 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -2,7 +2,7 @@
Requirements: rustc & cargo, openssl, lotide
Set these environment variables:
- - BACKEND_HOST - URL path to lotide
+ - BACKEND_HOST - URL path to lotide, for example `http://localhost:3333`.
- PORT (optional) - Port number to bind to. Defaults to 4333.
To build hitide, run `cargo build --release`. A `hitide` binary will appear in `./target/release`.