fix syntax for code block
This commit is contained in:
parent
70fe103184
commit
62313149ac
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ The data directory contains various things such as your default wallet (wallet.d
|
|||
|
||||
For a list of configuration parameters, run `./lbrycrdd --help`. Below is a sample lbrycrd.conf to enable JSON RPC server on lbrycrdd.
|
||||
|
||||
```rpcuser=lbry
|
||||
```
|
||||
rpcuser=lbry
|
||||
rpcpassword=xyz123456790
|
||||
daemon=1
|
||||
server=1
|
||||
|
|
Loading…
Reference in a new issue