last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by default
[oweals/gnunet.git] / src / integration-tests / confs / c_normal_client_tcp_udp.conf
1 @INLINE@ confs/test_defaults.conf
2
3 [arm]
4 UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-arm-46
5 PORT = 20058
6
7 [lockmanager]
8 AUTOSTART = YES
9
10 [core]
11 UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-core-45
12 PORT = 20057
13
14 [ats]
15 UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-ats-51
16 PORT = 20066
17
18 [datastore]
19 UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-datastore-53
20 PORT = 20068
21
22 [resolver]
23 UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-resolver-56
24 PORT = 20071
25
26 [dht]
27 UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dht-43
28 PORT = 20054
29
30 [fs]
31 UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-fs-48
32 PORT = 20059
33
34 [transport]
35 PLUGINS = tcp udp
36 UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-transport-50
37 PORT = 20065
38
39 [transport-tcp]
40 PORT = 0
41 ADVERTISED_PORT = 20064
42
43 [transport-udp]
44 PORT = 0
45
46 [peerinfo]
47 UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-peerinfo-52
48 USE_INCLUDED_HELLOS = YES
49 PORT = 20067
50
51 [PATHS]
52 GNUNET_TEST_HOME = /tmp/c_normal_client
53
54 [nse]
55 UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-nse-54
56 PORT = 20069
57
58 [transport-http]
59 PORT = 0
60
61 [transport-https]
62 PORT = 0
63