summaryrefslogtreecommitdiff
path: root/other/bootstrap_serverdaemon/conf
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2014-01-25 21:00:31 -0500
committerMaxim Biro <nurupo.contributions@gmail.com>2014-01-25 21:00:31 -0500
commit553472442fd1ddcf224b7a3bbfc1ed51c2cedfad (patch)
tree1e3600c1f4309ce971f685d7ef86f4ee8eed0164 /other/bootstrap_serverdaemon/conf
parent4782a8475a3476642d5a9f747a5de7080a44b1ea (diff)
Shortened daemon's name
Diffstat (limited to 'other/bootstrap_serverdaemon/conf')
-rw-r--r--other/bootstrap_serverdaemon/conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/bootstrap_serverdaemon/conf b/other/bootstrap_serverdaemon/conf
index 136db0f5..8451d9a0 100644
--- a/other/bootstrap_serverdaemon/conf
+++ b/other/bootstrap_serverdaemon/conf
@@ -6,13 +6,13 @@ port = 33445
6// The key file is like a password, so keep it where no one can read it. 6// The key file is like a password, so keep it where no one can read it.
7// The daemon should have permission to read/write to it. 7// The daemon should have permission to read/write to it.
8// Remember to replace the provided example with your own path. 8// Remember to replace the provided example with your own path.
9keys_file_path = "/home/tom/.tox_dht_bootstrap_server_daemon/keys" 9keys_file_path = "/home/tom/.tox_bootstrap_daemon/keys"
10 10
11// The PID file written to by daemon. 11// The PID file written to by daemon.
12// Make sure that the user who runs the daemon has permissions to write to the 12// Make sure that the user who runs the daemon has permissions to write to the
13// PID file. 13// PID file.
14// Remember to replace the provided example with your own path. 14// Remember to replace the provided example with your own path.
15pid_file_path = "/home/tom/.tox_dht_bootstrap_server_daemon/pid" 15pid_file_path = "/home/tom/.tox_bootstrap_daemon/pid"
16 16
17// Enable IPv6. 17// Enable IPv6.
18enable_ipv6 = false 18enable_ipv6 = false