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
|
data_dir: /home/lbry/.lbrynet
|
||||||
download_directory: /home/lbry/downloads
|
download_directory: /home/lbry/downloads
|
||||||
|
|
||||||
delete_blobs_on_remove: True
|
save_blobs: true
|
||||||
|
streaming_only: false
|
||||||
dht_node_port: 4444
|
dht_node_port: 4444
|
||||||
peer_port: 3333
|
peer_port: 3333
|
||||||
use_upnp: True
|
use_upnp: true
|
||||||
|
|
||||||
#components_to_skip:
|
#components_to_skip:
|
||||||
# - peer_protocol_server
|
|
||||||
# - hash_announcer
|
# - hash_announcer
|
||||||
|
# - blob_server
|
||||||
# - dht
|
# - dht
|
||||||
|
|
Loading…
Add table
Reference in a new issue