From 91fc4f068dc364d43a02b85a073002532b9f0c1e Mon Sep 17 00:00:00 2001 From: Leopere Date: Wed, 10 Oct 2018 20:57:12 -0400 Subject: [PATCH] chainquery needs to be .3 --- lbrycrd/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lbrycrd/start.sh b/lbrycrd/start.sh index 60f5b3f..66a72f7 100755 --- a/lbrycrd/start.sh +++ b/lbrycrd/start.sh @@ -17,7 +17,7 @@ mkdir -p ~/.lbrycrd ## Set config params echo -e "rpcuser=lbryrpc\nrpcpassword=${RPC_PASSWORD:-changeme}" > ~/.lbrycrd/lbrycrd.conf -echo -e "rpcallowip=${RPC_ALLOW_IP:-10.5.1.2}" >> ~/.lbrycrd/lbrycrd.conf +echo -e "rpcallowip=${RPC_ALLOW_IP:-10.5.1.3}" >> ~/.lbrycrd/lbrycrd.conf echo -e "rpcuser=${RPC_USER:-lbryrpc}" >> ~/.lbrycrd/lbrycrd.conf ## For now keeping this simple. Potentially eventually add all command args as envvars for the Dockerfile or use safe way to add args via docker-compose.yml @@ -35,4 +35,4 @@ lbrycrdd \ # -rpcport=${RPC_PORT:-9245} \ # -rpcpassword=${RPC_PASSWORD:-changeme} \ # -rpcuser=${RPC_USER:-lbryrpc} \ -# -rpcallowip=${RPC_ALLOW_IP:-10.5.1.2} +# -rpcallowip=${RPC_ALLOW_IP:-10.5.1.3}