summaryrefslogtreecommitdiff
path: root/other/bootstrap_serverdaemon/server.cfg
diff options
context:
space:
mode:
authorNemDiggers <horo@ipwnage.com>2013-07-30 19:09:29 -0400
committerNemDiggers <horo@ipwnage.com>2013-07-30 19:09:29 -0400
commit69980e3c0cd2b384387f226c3c952ad5c99a14f6 (patch)
tree227dd8fd613c438c508518fe36896b18922f04eb /other/bootstrap_serverdaemon/server.cfg
parentd169e68450bb7a5f8de65e43b46f1102e378943a (diff)
Remind users that directory isn't actually legit
Diffstat (limited to 'other/bootstrap_serverdaemon/server.cfg')
-rw-r--r--other/bootstrap_serverdaemon/server.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/other/bootstrap_serverdaemon/server.cfg b/other/bootstrap_serverdaemon/server.cfg
index 8ef516ca..527c2a72 100644
--- a/other/bootstrap_serverdaemon/server.cfg
+++ b/other/bootstrap_serverdaemon/server.cfg
@@ -6,11 +6,15 @@ port = 33445;
6// The key file 6// The key file
7// make sure that the user who runs the server 7// make sure that the user who runs the server
8// does have permissions to read it/write to it 8// does have permissions to read it/write to it
9// Remember to replace the provided example with
10// the directory the DHT server will run in.
9keys_file = "/home/tom/.bootstrap_server.keys" 11keys_file = "/home/tom/.bootstrap_server.keys"
10 12
11// The PID file written to by bootstrap_server, 13// The PID file written to by bootstrap_server,
12// make sure that the user who runs the server 14// make sure that the user who runs the server
13// does have permissions to write to it 15// does have permissions to write to it
16// Remember to replace the provided example with
17// the directory the DHT server will run in.
14pid_file = "/home/tom/.bootstrap_server.pid"; 18pid_file = "/home/tom/.bootstrap_server.pid";
15 19
16// The info of the node bootstap_server will 20// The info of the node bootstap_server will