29 lines
614 B
Text
29 lines
614 B
Text
##
|
|
## lbry.conf configuration file. Lines beginning with # are comments.
|
|
##
|
|
|
|
# DO NOT USE THIS CONFIGURATION FILE IF YOU PLAN TO EXPOSE
|
|
# LBRYCRDD'S RPC PORT PUBLICALLY (THESE INSECURE CREDENTIALS
|
|
# COULD LEAD TO AN ATTACK). ROSETTA-LBRY USES THE RPC PORT
|
|
# FOR INDEXING AND TRANSACTION BROADCAST BUT NEVER PROVIDES THE
|
|
# CALLER ACCESS TO LBRYCRDD'S RPC PORT.
|
|
|
|
datadir=/data/lbrycrdd
|
|
bantime=15
|
|
rpcallowip=0.0.0.0/0
|
|
rpcthreads=16
|
|
rpcworkqueue=1000
|
|
disablewallet=1
|
|
txindex=0
|
|
rpcuser=rosetta
|
|
rpcpassword=rosetta
|
|
|
|
# allow manual pruning
|
|
prune=1
|
|
testnet=1
|
|
|
|
[test]
|
|
port=19246
|
|
bind=0.0.0.0
|
|
rpcport=19245
|
|
rpcbind=0.0.0.0
|