From 69980e3c0cd2b384387f226c3c952ad5c99a14f6 Mon Sep 17 00:00:00 2001 From: NemDiggers Date: Tue, 30 Jul 2013 19:09:29 -0400 Subject: Remind users that directory isn't actually legit --- other/bootstrap_serverdaemon/server.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'other/bootstrap_serverdaemon/server.cfg') 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; // The key file // make sure that the user who runs the server // does have permissions to read it/write to it +// Remember to replace the provided example with +// the directory the DHT server will run in. keys_file = "/home/tom/.bootstrap_server.keys" // The PID file written to by bootstrap_server, // make sure that the user who runs the server // does have permissions to write to it +// Remember to replace the provided example with +// the directory the DHT server will run in. pid_file = "/home/tom/.bootstrap_server.pid"; // The info of the node bootstap_server will -- cgit v1.2.3