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