diff options
Diffstat (limited to 'other/bootstrap_serverdaemon/server.cfg')
-rw-r--r-- | other/bootstrap_serverdaemon/server.cfg | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/other/bootstrap_serverdaemon/server.cfg b/other/bootstrap_serverdaemon/server.cfg new file mode 100644 index 00000000..8ef516ca --- /dev/null +++ b/other/bootstrap_serverdaemon/server.cfg | |||
@@ -0,0 +1,30 @@ | |||
1 | // ProjectTox bootstrap server configuration file | ||
2 | |||
3 | // The port used by bootstrap_server to listen on | ||
4 | port = 33445; | ||
5 | |||
6 | // The key file | ||
7 | // make sure that the user who runs the server | ||
8 | // does have permissions to read it/write to it | ||
9 | keys_file = "/home/tom/.bootstrap_server.keys" | ||
10 | |||
11 | // The PID file written to by bootstrap_server, | ||
12 | // make sure that the user who runs the server | ||
13 | // does have permissions to write to it | ||
14 | pid_file = "/home/tom/.bootstrap_server.pid"; | ||
15 | |||
16 | // The info of the node bootstap_server will | ||
17 | // bootstrap itself from. | ||
18 | bootstrap_servers = ( | ||
19 | { // Server 1 | ||
20 | ip = "198.46.136.167"; | ||
21 | port = 33445; | ||
22 | bs_pk = "728925473812C7AAC482BE7250BCCAD0B8CB9F737BF3D42ABD34459C1768F854"; | ||
23 | // } | ||
24 | }, | ||
25 | { // Server 2 | ||
26 | ip = "192.81.133.111"; | ||
27 | port = 33445; | ||
28 | bs_pk = "8CD5A9BF0A6CE358BA36F7A653F99FA6B258FF756E490F52C1F98CC420F78858"; | ||
29 | } | ||
30 | ); | ||