aboutsummaryrefslogtreecommitdiff
path: root/src/chat/test_chat_peer1.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-02-15 15:31:09 +0000
committerChristian Grothoff <christian@grothoff.org>2011-02-15 15:31:09 +0000
commitf35db2c258aa7bc869473de13085bfaca9520ab9 (patch)
treea9458ce6f3b1cb3efe44e8fca2e56a3bbcb913d1 /src/chat/test_chat_peer1.conf
parent38d121662a466fd857e2da150833522d36130c52 (diff)
downloadgnunet-f35db2c258aa7bc869473de13085bfaca9520ab9.tar.gz
gnunet-f35db2c258aa7bc869473de13085bfaca9520ab9.zip
oops
Diffstat (limited to 'src/chat/test_chat_peer1.conf')
-rw-r--r--src/chat/test_chat_peer1.conf72
1 files changed, 72 insertions, 0 deletions
diff --git a/src/chat/test_chat_peer1.conf b/src/chat/test_chat_peer1.conf
new file mode 100644
index 000000000..f9c9637c2
--- /dev/null
+++ b/src/chat/test_chat_peer1.conf
@@ -0,0 +1,72 @@
1[PATHS]
2SERVICEHOME = /tmp/gnunet-test-chat-peer-1/
3DEFAULTCONFIG = test_chat_peer1.conf
4
5[gnunetd]
6HOSTKEY = $SERVICEHOME/.hostkey
7
8[hostlist]
9HTTPPORT = 31000
10OPTIONS = -p
11
12[resolver]
13PORT = 31001
14HOSTNAME = localhost
15UNIXPATH = /tmp/gnunet-chat-p1-service-resolver.sock
16
17[transport]
18PORT = 31002
19UNIXPATH = /tmp/gnunet-chat-p1-service-transport.sock
20PLUGINS = tcp
21
22[transport-tcp]
23PORT = 31003
24
25[arm]
26PORT = 31004
27UNIXPATH = /tmp/gnunet-chat-p1-service-arm.sock
28HOSTNAME = localhost
29DEFAULTSERVICES = resolver transport core topology hostlist statistics chat
30
31[core]
32PORT = 31005
33UNIXPATH = /tmp/gnunet-chat-p1-service-core.sock
34HOSTNAME = localhost
35
36[topology]
37MINIMUM-FRIENDS = 0
38FRIENDS-ONLY = NO
39AUTOCONNECT = YES
40TARGET-CONNECTION-COUNT = 16
41FRIENDS = $SERVICEHOME/friends
42CONFIG = $DEFAULTCONFIG
43BINARY = gnunet-daemon-topology
44
45[peerinfo]
46PORT = 31006
47UNIXPATH = /tmp/gnunet-chat-p1-service-peerinfo.sock
48HOSTNAME = localhost
49
50[statistics]
51PORT = 31007
52HOSTNAME = localhost
53UNIXPATH = /tmp/gnunet-chat-p1-service-statistics.sock
54
55[chat]
56PORT = 31008
57HOSTNAME = localhost
58HOME = $SERVICEHOME
59CONFIG = $DEFAULTCONFIG
60BINARY = gnunet-service-chat
61
62[testing]
63WEAKRANDOM = YES
64
65[fs]
66AUTOSTART = NO
67
68[datastore]
69AUTOSTART = NO
70
71[dht]
72AUTOSTART = NO