aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_unix_peer2.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_unix_peer2.conf')
-rw-r--r--src/transport/test_transport_api_unix_peer2.conf108
1 files changed, 108 insertions, 0 deletions
diff --git a/src/transport/test_transport_api_unix_peer2.conf b/src/transport/test_transport_api_unix_peer2.conf
new file mode 100644
index 000000000..c297ef20e
--- /dev/null
+++ b/src/transport/test_transport_api_unix_peer2.conf
@@ -0,0 +1,108 @@
1[transport-unix]
2PORT = 22368
3
4[fs]
5AUTOSTART = NO
6
7[datastore]
8AUTOSTART = NO
9
10[core]
11AUTOSTART = NO
12
13[hostlist]
14HTTP-PROXY =
15SERVERS = http://gnunet.org:8080/
16OPTIONS = -b
17BINARY = gnunet-daemon-hostlist
18CONFIG = $DEFAULTCONFIG
19HOME = $SERVICEHOME
20HOSTNAME = localhost
21HTTPPORT = 8080
22
23[topology]
24BINARY = gnunet-daemon-topology
25CONFIG = $DEFAULTCONFIG
26FRIENDS = $SERVICEHOME/friends
27TARGET-CONNECTION-COUNT = 16
28AUTOCONNECT = YES
29FRIENDS-ONLY = NO
30MINIMUM-FRIENDS = 0
31
32[transport]
33PLUGINS = unix
34#DEBUG = YES
35PREFIX =
36ACCEPT_FROM6 = ::1;
37ACCEPT_FROM = 127.0.0.1;
38NEIGHBOUR_LIMIT = 50
39BINARY = gnunet-service-transport
40CONFIG = $DEFAULTCONFIG
41HOME = $SERVICEHOME
42HOSTNAME = localhost
43PORT = 22365
44UNIXPATH = /tmp/gnunet-p2-service-transport.sock
45#PREFIX = valgrind --track-origins=yes --leak-check=full --log-file=valgrind_udp_peer2.log
46
47[peerinfo]
48TRUST = $SERVICEHOME/data/credit/
49HOSTS = $SERVICEHOME/data/hosts/
50ACCEPT_FROM6 = ::1;
51ACCEPT_FROM = 127.0.0.1;
52BINARY = gnunet-service-peerinfo
53CONFIG = $DEFAULTCONFIG
54HOME = $SERVICEHOME
55HOSTNAME = localhost
56PORT = 22369
57UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
58
59[resolver]
60ACCEPT_FROM6 = ::1;
61ACCEPT_FROM = 127.0.0.1;
62BINARY = gnunet-service-resolver
63CONFIG = $DEFAULTCONFIG
64HOME = $SERVICEHOME
65HOSTNAME = localhost
66PORT = 22364
67UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
68
69[statistics]
70ACCEPT_FROM6 = ::1;
71ACCEPT_FROM = 127.0.0.1;
72BINARY = gnunet-service-statistics
73CONFIG = $DEFAULTCONFIG
74HOME = $SERVICEHOME
75HOSTNAME = localhost
76PORT = 22367
77UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
78
79[arm]
80DEFAULTSERVICES =
81ACCEPT_FROM6 = ::1;
82ACCEPT_FROM = 127.0.0.1;
83BINARY = gnunet-service-arm
84CONFIG = $DEFAULTCONFIG
85HOME = $SERVICEHOME
86HOSTNAME = localhost
87PORT = 22366
88UNIXPATH = /tmp/gnunet-p2-service-arm.sock
89
90[transport-tcp]
91TIMEOUT = 300000
92PORT = 22368
93
94[TESTING]
95WEAKRANDOM = YES
96
97[gnunetd]
98HOSTKEY = $SERVICEHOME/.hostkey
99
100[PATHS]
101DEFAULTCONFIG = test_transport_api_unix_peer2.conf
102SERVICEHOME = /tmp/test-gnunetd-transport-peer-2/
103
104
105[dht]
106AUTOSTART = NO
107
108