summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,