From 59464099b409568a85e4cc2f245bab0936ecb360 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Mon, 19 Nov 2018 09:42:13 -0500 Subject: [PATCH] add example daemon_settings.yml --- example_daemon_settings.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 example_daemon_settings.yml diff --git a/example_daemon_settings.yml b/example_daemon_settings.yml new file mode 100644 index 000000000..957a160c2 --- /dev/null +++ b/example_daemon_settings.yml @@ -0,0 +1,26 @@ +# This is an example daemon_settings.yml file. +# See https://lbry.tech/resources/daemon-settings for all configuration keys and values + +share_usage_data: True + +lbryum_servers: + - lbryumx1.lbry.io:50001 + - lbryumx2.lbry.io:50001 + +blockchain_name: lbrycrd_main + +data_dir: /home/lbry/.lbrynet +download_directory: /home/lbry/downloads + +delete_blobs_on_remove: True +dht_node_port: 4444 +peer_port: 3333 +use_upnp: True + +use_auth_http: True +use_https: True + +#components_to_skip: +# - peer_protocol_server +# - hash_announcer +# - dht