diff options
Diffstat (limited to 'other/bootstrap_serverdaemon/server.cfg')
-rw-r--r-- | other/bootstrap_serverdaemon/server.cfg | 4 |
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. | ||
9 | keys_file = "/home/tom/.bootstrap_server.keys" | 11 | keys_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. | ||
14 | pid_file = "/home/tom/.bootstrap_server.pid"; | 18 | pid_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 |