forked from LBRYCommunity/lbry-sdk
update example_daemon_settings.yml
This commit is contained in:
parent
01a81fceed
commit
873b58efc9
1 changed files with 4 additions and 3 deletions
|
@ -12,12 +12,13 @@ blockchain_name: lbrycrd_main
|
|||
data_dir: /home/lbry/.lbrynet
|
||||
download_directory: /home/lbry/downloads
|
||||
|
||||
delete_blobs_on_remove: True
|
||||
save_blobs: true
|
||||
streaming_only: false
|
||||
dht_node_port: 4444
|
||||
peer_port: 3333
|
||||
use_upnp: True
|
||||
use_upnp: true
|
||||
|
||||
#components_to_skip:
|
||||
# - peer_protocol_server
|
||||
# - hash_announcer
|
||||
# - blob_server
|
||||
# - dht
|
||||
|
|
Loading…
Reference in a new issue