From 1b4ee6185d5042edef2bd93137cf64e496191429 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Sat, 9 Feb 2019 10:58:28 -0500 Subject: [PATCH] include _HOST in .env-sample --- .env-sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env-sample b/.env-sample index ee8bce9..d48bec1 100644 --- a/.env-sample +++ b/.env-sample @@ -1,7 +1,8 @@ # The active coin: BTC/LTC #BTCEXP_COIN=BTC -# Port to run the site on +# Host/Port to bind to +#BTCEXP_HOST=127.0.0.1 #BTCEXP_PORT=3002 # Bitcoin RPC Credentials (URI -OR- HOST/PORT/USER/PASS)