Re-ordered invocation a bit
This commit is contained in:
parent
f941836b27
commit
fbe5159b80
1 changed files with 2 additions and 2 deletions
|
@ -16,5 +16,5 @@ lbrycrdd \
|
|||
-printtoconsole \
|
||||
-rpcport=${RPC_PORT:-9245} \
|
||||
-rpcpassword=${RPC_PASSWORD:-changeme} \
|
||||
-rpcallowip=${RPC_ALLOW_IP:-10.10.0.2} \
|
||||
-rpcuser=${RPC_USER:-lbryrpc}
|
||||
-rpcuser=${RPC_USER:-lbryrpc} \
|
||||
-rpcallowip=${RPC_ALLOW_IP:-10.10.0.2}
|
||||
|
|
Loading…
Reference in a new issue