aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-02 07:46:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-02 07:46:21 +0000
commitafb3ea4f771c7534dbee439c21a62fe0519ba832 (patch)
treee9b6f7e1862b8319d1d312b78152227af3ae087a /src/testing/test_testing_data.conf
parent4bd708f478f64fedb65aaf3a12e16d76b79554ac (diff)
downloadgnunet-afb3ea4f771c7534dbee439c21a62fe0519ba832.tar.gz
gnunet-afb3ea4f771c7534dbee439c21a62fe0519ba832.zip
towards simplified configs
Diffstat (limited to 'src/testing/test_testing_data.conf')
-rw-r--r--src/testing/test_testing_data.conf59
1 files changed, 1 insertions, 58 deletions
diff --git a/src/testing/test_testing_data.conf b/src/testing/test_testing_data.conf
index 0c548c11a..c46cb0d42 100644
--- a/src/testing/test_testing_data.conf
+++ b/src/testing/test_testing_data.conf
@@ -1,64 +1,7 @@
1@INLINE@ test_testing_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test-gnunet-testing/
3DEFAULTCONFIG = test_testing_data.conf 3DEFAULTCONFIG = test_testing_data.conf
4 4
5[resolver]
6PORT = 2564
7
8[transport]
9PORT = 2565
10PLUGINS = tcp
11#PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args
12#PREFIX = valgrind --tool=memcheck --log-file=logs%p
13
14[arm] 5[arm]
15PORT = 2566
16DEFAULTSERVICES = core 6DEFAULTSERVICES = core
17 7
18[statistics]
19PORT = 2567
20
21[transport-tcp]
22PORT = 2568
23#USE_LOCALADDR = YES
24
25[peerinfo]
26PORT = 2569
27
28[core]
29PORT = 2570
30
31[testing]
32WEAKRANDOM = YES
33HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
34
35[fs]
36AUTOSTART = NO
37
38[datastore]
39AUTOSTART = NO
40
41[dht]
42AUTOSTART = NO
43
44[mesh]
45AUTOSTART = NO
46
47[nat]
48DISABLEV6 = YES
49ENABLE_UPNP = NO
50BEHIND_NAT = NO
51ALLOW_NAT = NO
52INTERNAL_ADDRESS = 127.0.0.1
53EXTERNAL_ADDRESS = 127.0.0.1
54USE_LOCALADDR = NO
55
56[dns]
57AUTOSTART = NO
58
59
60
61[nse]
62AUTOSTART = NO
63
64