do not try to run with valgrind everywhere
[oweals/gnunet.git] / src / transport / template_cfg_peer1.conf
1 @INLINE@ test_transport_defaults.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-transport/api-tcp-p1/
4 DEFAULTCONFIG = template_cfg_peer1.conf
5
6 [gnunetd]
7 HOSTKEY = $SERVICEHOME/.hostkey
8
9 [nat]
10 RETURN_LOCAL_ADDRESSES = YES
11 DISABLEV6 = NO
12
13 [transport-tcp]
14 PORT = 12000
15 TIMEOUT = 5 s
16
17 [transport-udp]
18 BROADCAST = NO
19
20 [arm]
21 PORT = 12005
22 DEFAULTSERVICES = transport
23 UNIXPATH = /tmp/gnunet-p1-service-arm.sock
24
25 [statistics]
26 PORT = 12004
27 UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
28
29 [resolver]
30 PORT = 12003
31 UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
32
33 [peerinfo]
34 PORT = 12002
35 UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
36
37 [transport]
38 #PREFIX = valgrind --leak-check=full
39 PORT = 12001
40 #DEBUG = YES
41 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
42
43 [ats]
44 #DEBUG = YES
45 PORT = 12006
46 UNIXPATH = /tmp/gnunet-p1-service-ats.sock