Re-ordered invocation a bit

This commit is contained in:
Leopere 2018-10-03 16:22:47 -04:00
parent f941836b27
commit fbe5159b80

View file

@ -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}