added lbrycrd-rpc-user/pass

This commit is contained in:
Lex Berezhny 2020-07-30 14:51:04 -04:00
parent 64b8caeb5c
commit 87f1d5b0ae

View file

@ -15,5 +15,6 @@ start:
dropdb lbry
createdb lbry
lbrynet start --full-node \
--db-url=postgresql:///lbry --processes=2 --console=advanced --no-spv-address-filters \
--db-url=postgresql:///lbry --workers=28 --console=advanced --no-spv-address-filters \
--lbrycrd-rpc-user=lbry --lbrycrd-rpc-pass=somethingelse \
--lbrycrd-dir=${HOME}/.lbrycrd --data-dir=/tmp/tmp-lbrynet