summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Bartelt <tom@ataullah.(none)>2013-07-23 06:39:49 -0400
committerTom Bartelt <tom@ataullah.(none)>2013-07-23 06:39:49 -0400
commit06eb768a5756fc915bb3e2f6bb0c7e1e8031ca9b (patch)
tree4bc6e5a0685ff200fbeca12f7afad83660bbdf8e
parentea49be0e95afeaad19768b68f49b5d34752b1238 (diff)
Updated server.cfg
-rw-r--r--other/bootstrap_serverdaemon/server.cfg9
1 files changed, 3 insertions, 6 deletions
diff --git a/other/bootstrap_serverdaemon/server.cfg b/other/bootstrap_serverdaemon/server.cfg
index aa85e132..8ef516ca 100644
--- a/other/bootstrap_serverdaemon/server.cfg
+++ b/other/bootstrap_serverdaemon/server.cfg
@@ -3,12 +3,9 @@
3// The port used by bootstrap_server to listen on 3// The port used by bootstrap_server to listen on
4port = 33445; 4port = 33445;
5 5
6// The key files 6// The key file
7// This doesn't actually work, don't be fooled! 7// make sure that the user who runs the server
8// Waiting for better support from the core. 8// does have permissions to read it/write to it
9//public_key = "/home/tom/pubkey";
10//secret_key = "/home/tom/seckey";
11// Guess I was wrong!
12keys_file = "/home/tom/.bootstrap_server.keys" 9keys_file = "/home/tom/.bootstrap_server.keys"
13 10
14// The PID file written to by bootstrap_server, 11// The PID file written to by bootstrap_server,