Add example for BACKEND_HOST variable Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 files changed, 1 insertions(+), 1 deletions(-) M doc/INSTALL.md
M doc/INSTALL.md => doc/INSTALL.md +1 -1
@@ 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`.